Metadata-Version: 2.1
Name: DS2STAC-Ingester
Version: 1.0.7
Summary: A python-based module to ingest STAC metadata catalogs into STAC-databases like pgSTAC
Home-page: https://codebase.helmholtz.cloud/CAT4KIT/ds2stac_ingester
Author: Mostafa Hadizadeh
Author-email: mostafa.hadizadeh@kit.edu
License: EUPL-1.2
Project-URL: Documentation, https://ds2stac-ingester.readthedocs.io
Project-URL: Source, https://codebase.helmholtz.cloud/CAT4KIT/ds2stac_ingester
Project-URL: Tracker, https://codebase.helmholtz.cloud/CAT4KIT/ds2stac_ingester/issues/
Keywords: CAT4KIT,KIT,EXU-Vorhaben-Research-Data-Management,helmholtz
Platform: UNKNOWN
Classifier: Environment :: Web Environment
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: European Union Public Licence 1.2 (EUPL 1.2)
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Topic :: Internet :: WWW/HTTP
Classifier: Topic :: Internet :: WWW/HTTP :: Dynamic Content
Classifier: Typing :: Typed
Requires-Python: >=3.7
Description-Content-Type: text/x-rst
License-File: LICENSE
License-File: AUTHORS.rst
Requires-Dist: pip
Requires-Dist: bump2version
Requires-Dist: wheel
Requires-Dist: watchdog
Requires-Dist: flake8
Requires-Dist: tox
Requires-Dist: coverage
Requires-Dist: Sphinx
Requires-Dist: twine
Requires-Dist: pre-commit
Requires-Dist: versioneer
Requires-Dist: click
Requires-Dist: pytest
Requires-Dist: black
Requires-Dist: pypgstac
Requires-Dist: psycopg
Requires-Dist: psycopg-pool
Provides-Extra: dev
Requires-Dist: tox ; extra == 'dev'
Requires-Dist: requests ; extra == 'dev'
Requires-Dist: types-requests ; extra == 'dev'
Requires-Dist: isort ==5.9.3 ; extra == 'dev'
Requires-Dist: black ==22.3.0 ; extra == 'dev'
Requires-Dist: blackdoc ==0.3.4 ; extra == 'dev'
Requires-Dist: flake8 ==3.9.2 ; extra == 'dev'
Requires-Dist: pre-commit ; extra == 'dev'
Requires-Dist: mypy ; extra == 'dev'
Requires-Dist: pytest-django ; extra == 'dev'
Requires-Dist: pytest-cov ; extra == 'dev'
Requires-Dist: Sphinx ; extra == 'dev'
Requires-Dist: mde-sphinx-ext ; extra == 'dev'
Requires-Dist: autodocsumm ; extra == 'dev'
Requires-Dist: sphinxcontrib-django ; extra == 'dev'
Provides-Extra: testsite
Requires-Dist: tox ; extra == 'testsite'
Requires-Dist: requests ; extra == 'testsite'
Requires-Dist: types-requests ; extra == 'testsite'
Requires-Dist: isort ==5.9.3 ; extra == 'testsite'
Requires-Dist: black ==22.3.0 ; extra == 'testsite'
Requires-Dist: blackdoc ==0.3.4 ; extra == 'testsite'
Requires-Dist: flake8 ==3.9.2 ; extra == 'testsite'
Requires-Dist: pre-commit ; extra == 'testsite'
Requires-Dist: mypy ; extra == 'testsite'
Requires-Dist: pytest-django ; extra == 'testsite'
Requires-Dist: pytest-cov ; extra == 'testsite'

================
DS2STAC-Ingester
================



.. image:: https://img.shields.io/pypi/v/ds2stac_ingester.svg
        :target: https://pypi.python.org/pypi/ds2stac_ingester


.. image:: https://img.shields.io/travis/CAT4KIT/ds2stac_ingester.svg
        :target: https://travis-ci.com/CAT4KIT/ds2stac_ingester

.. image:: https://readthedocs.org/projects/ds2stac-ingester/badge/?version=latest
        :target: https://ds2stac-ingester.readthedocs.io/en/latest/?version=latest
        :alt: Documentation Status




A python-based module to ingest STAC metadata catalogs into STAC-databases like pgSTAC


* Free software: EUPL-1.2
* Documentation: https://ds2stac-ingester.readthedocs.io.


Features
--------

* TODO

Copyright
---------
Copyright © 2023 Karlsruher Institut für Technologie

Licensed under the EUPL-1.2-or-later

This program is distributed in the hope that it will be useful, but WITHOUT ANY
WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A
PARTICULAR PURPOSE. See the EUPL-1.2 license for more details.

You should have received a copy of the EUPL-1.2 license along with this
program. If not, see https://www.eupl.eu/.

