CHANGELOG.md
LICENSE.txt
README.md
pyproject.toml
setup.py
src/openeo_aggregator/__init__.py
src/openeo_aggregator/about.py
src/openeo_aggregator/app.py
src/openeo_aggregator/backend.py
src/openeo_aggregator/caching.py
src/openeo_aggregator/connection.py
src/openeo_aggregator/constants.py
src/openeo_aggregator/egi.py
src/openeo_aggregator/errors.py
src/openeo_aggregator/federation_extension.py
src/openeo_aggregator/testing.py
src/openeo_aggregator/utils.py
src/openeo_aggregator.egg-info/PKG-INFO
src/openeo_aggregator.egg-info/SOURCES.txt
src/openeo_aggregator.egg-info/dependency_links.txt
src/openeo_aggregator.egg-info/entry_points.txt
src/openeo_aggregator.egg-info/requires.txt
src/openeo_aggregator.egg-info/top_level.txt
src/openeo_aggregator/background/__init__.py
src/openeo_aggregator/background/prime_caches.py
src/openeo_aggregator/config/__init__.py
src/openeo_aggregator/config/config.py
src/openeo_aggregator/config/examples/aggregator.dummy.py
src/openeo_aggregator/config/examples/gunicorn-config.py
src/openeo_aggregator/metadata/__init__.py
src/openeo_aggregator/metadata/merging.py
src/openeo_aggregator/metadata/reporter.py
src/openeo_aggregator/metadata/utils.py
src/openeo_aggregator/metadata/validator.py
src/openeo_aggregator/metadata/models/__init__.py
src/openeo_aggregator/metadata/models/cube_dimension.py
src/openeo_aggregator/metadata/models/cube_dimensions.py
src/openeo_aggregator/metadata/models/extent.py
src/openeo_aggregator/metadata/models/spatial_extent.py
src/openeo_aggregator/metadata/models/stac_eo.py
src/openeo_aggregator/metadata/models/stac_summaries.py
src/openeo_aggregator/metadata/models/statistics.py
src/openeo_aggregator/metadata/models/temporal_extent.py
src/openeo_aggregator/partitionedjobs/__init__.py
src/openeo_aggregator/partitionedjobs/crossbackend.py
src/openeo_aggregator/partitionedjobs/splitting.py
src/openeo_aggregator/partitionedjobs/tracking.py
src/openeo_aggregator/partitionedjobs/zookeeper.py
tests/test_app.py
tests/test_backend.py
tests/test_caching.py
tests/test_config.py
tests/test_connection.py
tests/test_egi.py
tests/test_testing.py
tests/test_utils.py
tests/test_views.py