Metadata-Version: 2.4
Name: stac-generator
Version: 2.0.3
Summary: Framework providing a plugin architecture for metadata extraction and the generation of STACs.
Project-URL: Homepage, https://github.com/cedadev/stac-generator
Author-email: Rhys Evans <rhys.r.evans@stfc.ac.uk>
License: Copyright 2020-2024 United Kingdom Research and Innovation
        
        Authors: STFC CEDA Developers
        
        Redistribution and use in source and binary forms, with or without
        modification, are permitted provided that the following conditions are met:
        1. Redistributions of source code must retain the above copyright notice, this
           list of conditions and the following disclaimer.
        2. Redistributions in binary form must reproduce the above copyright notice,
           this list of conditions and the following disclaimer in the documentation
           and/or other materials provided with the distribution.
        3. Neither the name of the copyright holder nor the names of its contributors
           may be used to endorse or promote products derived from this software
           without specific prior written permission.
        
        THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
        AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
        IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
        ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE
        LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
        CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
        SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
        INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
        CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
        ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
        POSSIBILITY OF SUCH DAMAGE.
License-File: LICENSE
Keywords: framework,metadata,plugin,stac
Requires-Python: <4,>=3.12
Requires-Dist: bokeh>=3.6.3
Requires-Dist: botocore>=1.21.44
Requires-Dist: cachetools>=4.2.4
Requires-Dist: certifi>=2023.7.22
Requires-Dist: click>=8.1.7
Requires-Dist: dask>=2025.2.0
Requires-Dist: distributed>=2025.2.0
Requires-Dist: docutils>=0.20
Requires-Dist: elasticsearch>=7.17.12
Requires-Dist: extraction-methods>=1.1.4
Requires-Dist: httpx-auth>=0.23.0
Requires-Dist: httpx>=0.28.0
Requires-Dist: jinja2>=3.1.5
Requires-Dist: jmespath>=0.10.0
Requires-Dist: packaging>=25.0
Requires-Dist: pika>=1.2.0
Requires-Dist: pydantic>=2.1.1
Requires-Dist: pyparsing>=2.4.7
Requires-Dist: python-dateutil>=2.8.2
Requires-Dist: python-magic>=0.4.25
Requires-Dist: pytz>=2021.1
Requires-Dist: pyyaml>=6.0.1
Requires-Dist: requests>=2.25.1
Requires-Dist: s3transfer>=0.5.0
Requires-Dist: setuptools>=75.8.2
Requires-Dist: siphon>=0.9
Requires-Dist: snowballstemmer>=2.2.0
Requires-Dist: tqdm>=4.62.3
Requires-Dist: typing-extensions>=4.7.1
Provides-Extra: docs
Requires-Dist: griffe-fieldz>=0.4.0; extra == 'docs'
Requires-Dist: mkdocs-gen-files>=0.6.0; extra == 'docs'
Requires-Dist: mkdocs-material>=9.7.1; extra == 'docs'
Requires-Dist: mkdocstrings[python]>=0.25; extra == 'docs'
Provides-Extra: elasticsearch
Requires-Dist: elasticsearch; extra == 'elasticsearch'
Provides-Extra: intake-esm
Requires-Dist: intake-esm; extra == 'intake-esm'
Provides-Extra: rabbitmq
Requires-Dist: pika; extra == 'rabbitmq'
Provides-Extra: test
Requires-Dist: pytest>=8.0.1; extra == 'test'
Provides-Extra: thredds
Requires-Dist: siphon; extra == 'thredds'
Description-Content-Type: text/markdown

# STAC Generator

[![Test](https://github.com/cedadev/stac-generator/actions/workflows/tests.yml/badge.svg)](https://github.com/cedadev/stac-generator/actions/workflows/tests.yml)
[![Docs](https://github.com/cedadev/stac-generator/actions/workflows/docs_build.yml/badge.svg)](https://github.com/cedadev/stac-generator/actions/workflows/docs_build.yml)
[![Documentation Status](https://readthedocs.org/projects/pip/badge/?version=stable)](https://pip.pypa.io/en/stable/?badge=stable)
[![Upload Python Package](https://github.com/cedadev/stac-generator/actions/workflows/release.yml/badge.svg)](https://pypi.org/project/stac-generator/)
<a href="https://github.com/psf/black"><img alt="Code style: black" src="https://img.shields.io/badge/code%20style-black-000000.svg"></a>

Documentation: https://cedadev.github.io/stac-generator/

The STAC Generator provides the framework and access to shared tools.
The framework allows you to build generators to get metadata from file objects using plugins to change the source of the
files, the output of the metadata and the processing chain which extracts the metadata.
The framework leverages a modular, plugin architecture to allow users to modify the workflow to fit their needs.

![STAC Generator Diagram](docs/source/images/stac_generator_diagram.png)
