Metadata-Version: 2.1
Name: federated-collection-discovery
Version: 0.0.1
Summary: An application for discovering collections from multiple STAC APIs and/or CMRs
Home-page: https://github.com/developmentseed/federated-collection-discovery
License: MIT
Author: Henry Rodman
Author-email: henry@developmentseed.org
Requires-Python: >=3.9,<4.0
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Requires-Dist: black (>=24.4.2,<25.0.0)
Requires-Dist: fastapi (>=0.111.1,<0.112.0)
Requires-Dist: gunicorn (>=22.0.0,<23.0.0)
Requires-Dist: httpx (>=0.27.0,<0.28.0)
Requires-Dist: pydantic-settings (>=2.3.4,<3.0.0)
Requires-Dist: pystac-client (>=0.8.2,<0.9.0)
Requires-Dist: python-cmr (>=0.11.0,<0.12.0)
Requires-Dist: stac-fastapi-types (>=3.0.0a1,<4.0.0)
Requires-Dist: uvicorn (>=0.30.1,<0.31.0)
Description-Content-Type: text/markdown

# Federated Collection Discovery

An application for discovering geospatial data collections from multiple
STAC APIs and/or CMRs.

## Installation

```shell
pip install federated-collection-discovery
```

