Metadata-Version: 2.1
Name: eodash_catalog
Version: 0.0.2
Summary: This package is intended to help create a compatible STAC catalog for the eodash dashboard client. It supports configuration of multiple endpoint types for information extraction.
Project-URL: Documentation, https://github.com/eodash/eodash_catalog#readme
Project-URL: Issues, https://github.com/eodash/eodash_catalog/issues
Project-URL: Source, https://github.com/eodash/eodash_catalog
Author-email: Daniel Santillan <daniel.santillan@eox.at>
License-Expression: MIT
License-File: LICENSE.txt
Classifier: Development Status :: 4 - Beta
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Programming Language :: Python :: Implementation :: PyPy
Requires-Python: >=3.10
Requires-Dist: click
Requires-Dist: click<9
Requires-Dist: lxml<5
Requires-Dist: mergedeep
Requires-Dist: oauthlib<3.3
Requires-Dist: owslib
Requires-Dist: pygeofilter[backend-native]==0.2.0
Requires-Dist: pystac-client<0.6
Requires-Dist: pystac[validation]<=1.8.3
Requires-Dist: python-dateutil<3
Requires-Dist: python-dotenv<1.1.0
Requires-Dist: pyyaml<7
Requires-Dist: redis<4
Requires-Dist: requests-oauthlib<1.3.2
Requires-Dist: requests<3
Requires-Dist: setuptools<68
Requires-Dist: spdx-lookup<=0.3.3
Requires-Dist: structlog<22.0
Requires-Dist: swiftspec==0.0.2
Provides-Extra: dev
Requires-Dist: pre-commit; extra == 'dev'
Description-Content-Type: text/markdown

# eodash_catalog

[![PyPI - Version](https://img.shields.io/pypi/v/eodash_catalog.svg)](https://pypi.org/project/eodash_catalog)
[![PyPI - Python Version](https://img.shields.io/pypi/pyversions/eodash_catalog.svg)](https://pypi.org/project/eodash_catalog)

---

**Table of Contents**

- [Installation](#installation)
- [License](#license)

## Installation

```console
pip install eodash_catalog
```

## License

`eodash_catalog` is distributed under the terms of the [MIT](https://spdx.org/licenses/MIT.html) license.
