Metadata-Version: 2.4
Name: stac_fastapi_core
Version: 6.6.0
Summary: Core library for the Elasticsearch and Opensearch stac-fastapi backends.
Project-URL: Homepage, https://github.com/stac-utils/stac-fastapi-elasticsearch-opensearch
License: MIT
Keywords: Elasticsearch,FastAPI,Opensearch,STAC,STAC-API,stac-fastapi
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Information Technology
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Programming Language :: Python :: 3.14
Requires-Python: >=3.9
Requires-Dist: attrs>=23.2.0
Requires-Dist: fastapi~=0.109.0
Requires-Dist: geojson-pydantic~=1.0.0
Requires-Dist: jsonschema~=4.0.0
Requires-Dist: orjson~=3.11.0
Requires-Dist: overrides~=7.4.0
Requires-Dist: pydantic<3.0.0,>=2.4.1
Requires-Dist: pygeofilter~=0.3.1
Requires-Dist: slowapi~=0.1.9
Requires-Dist: stac-fastapi-api==6.0.0
Requires-Dist: stac-fastapi-extensions==6.0.0
Requires-Dist: stac-fastapi-types==6.0.0
Requires-Dist: stac-pydantic~=3.3.0
Description-Content-Type: text/markdown

# stac-fastapi-core

Core functionality for stac-fastapi. For full documentation, please see the [main README](https://github.com/stac-utils/stac-fastapi-elasticsearch-opensearch/blob/main/README.md).

## Package Information

- **Package name**: stac-fastapi-core
- **Description**: Core functionality for STAC API implementations.
- **Documentation**: [https://stac-utils.github.io/stac-fastapi-elasticsearch-opensearch/](https://stac-utils.github.io/stac-fastapi-elasticsearch-opensearch/)
- **Source**: [GitHub Repository](https://github.com/stac-utils/stac-fastapi-elasticsearch-opensearch/)

## Installation

```bash
pip install stac-fastapi-core
```

## Quick Start

For detailed usage and examples, please refer to the [main documentation](https://stac-utils.github.io/stac-fastapi-elasticsearch-opensearch/).
