Metadata-Version: 2.4
Name: sfeos_helpers
Version: 6.6.0
Summary: Helper 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: stac-fastapi-core==6.6.0
Description-Content-Type: text/markdown

# sfeos-helpers

Helper utilities for the stac-fastapi project. 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**: sfeos-helpers
- **Description**: Helper utilities for the stac-fastapi project.
- **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

This package is a dependency of stac-fastapi-elasticsearch and stac-fastapi-opensearch and is typically installed automatically.

```bash
pip install stac-fastapi-elasticsearch  # or stac-fastapi-opensearch
```

## Quick Start

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