.cruft.json
.gitignore
.pre-commit-config-cruft.yaml
.pre-commit-config.yaml
Dockerfile
LICENSE
Makefile
README.md
environment.yml
pyproject.toml
.github/workflows/on-pr-closed.yml
.github/workflows/on-push.yml
ci/environment-ci.yml
ci/environment-integration.yml
docs/Makefile
docs/conf.py
docs/index.md
docs/make.bat
docs/_static/.gitkeep
docs/_templates/.gitkeep
docs/notebooks/index.md
docs/notebooks/quick_start.ipynb
ecmwf/datastores/__init__.py
ecmwf/datastores/catalogue.py
ecmwf/datastores/client.py
ecmwf/datastores/config.py
ecmwf/datastores/legacy_client.py
ecmwf/datastores/processing.py
ecmwf/datastores/profile.py
ecmwf/datastores/py.typed
ecmwf/datastores/utils.py
ecmwf/datastores/version.py
ecmwf_datastores_client.egg-info/PKG-INFO
ecmwf_datastores_client.egg-info/SOURCES.txt
ecmwf_datastores_client.egg-info/dependency_links.txt
ecmwf_datastores_client.egg-info/requires.txt
ecmwf_datastores_client.egg-info/top_level.txt
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_client.py
tests/integration_test_70_legacy_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