.cruft.json
.gitignore
.pre-commit-config-cruft.yaml
.pre-commit-config.yaml
Dockerfile
LICENSE
Makefile
README.md
environment.yml
pyproject.toml
.github/workflows/on-push.yml
ci/environment-ci.yml
ci/environment-integration.yml
datapi/__init__.py
datapi/api_client.py
datapi/catalogue.py
datapi/config.py
datapi/legacy_api_client.py
datapi/processing.py
datapi/profile.py
datapi/py.typed
datapi/utils.py
datapi/version.py
datapi.egg-info/PKG-INFO
datapi.egg-info/SOURCES.txt
datapi.egg-info/dependency_links.txt
datapi.egg-info/requires.txt
datapi.egg-info/top_level.txt
docs/Makefile
docs/conf.py
docs/index.md
docs/make.bat
docs/_static/.gitkeep
docs/_templates/.gitkeep
tests/conftest.py
tests/integration_test_10_catalogue.py
tests/integration_test_20_processing.py
tests/integration_test_30_remote.py
tests/integration_test_40_results.py
tests/integration_test_50_profile.py
tests/integration_test_60_api_client.py
tests/integration_test_70_legacy_api_client.py
tests/integration_test_80_adaptors.py
tests/integration_test_90_features.py
tests/test_00_version.py
tests/test_01_config.py
tests/test_10_catalogue.py
tests/test_20_processing.py
tests/test_40_results.py