.gitignore
.pre-commit-config.yaml
LICENSE.txt
README.md
pyproject.toml
.github/workflows/lint.yml
.github/workflows/publish.yml
.github/workflows/test.yml
docs/_quarto.yml
docs/index.qmd
seer_pas_sdk/__init__.py
seer_pas_sdk.egg-info/PKG-INFO
seer_pas_sdk.egg-info/SOURCES.txt
seer_pas_sdk.egg-info/dependency_links.txt
seer_pas_sdk.egg-info/requires.txt
seer_pas_sdk.egg-info/top_level.txt
seer_pas_sdk/auth/__init__.py
seer_pas_sdk/auth/auth.py
seer_pas_sdk/common/__init__.py
seer_pas_sdk/common/errors.py
seer_pas_sdk/common/groupanalysis.py
seer_pas_sdk/core/__init__.py
seer_pas_sdk/core/sdk.py
seer_pas_sdk/core/unsupported.py
seer_pas_sdk/objects/__init__.py
seer_pas_sdk/objects/groupanalysis.py
seer_pas_sdk/objects/platemap.py
seer_pas_sdk/objects/volcanoplot.py
tests/__init__.py
tests/conftest.py
tests/test_auth.py
tests/test_common.py
tests/test_objects.py
tests/test_sdk.py
tests/unsupported_platemap.py
tests/objects/__init__.py
tests/objects/test_platemap.py