Metadata-Version: 2.4
Name: ogdc-runner
Version: 0.1.0
Summary: Defines OGDC recipe API(s) and submits recipes to OGDC for execution
Project-URL: Homepage, https://github.com/qgreenland-net/ogdc-runner
Project-URL: Bug Tracker, https://github.com/qgreenland-net/ogdc-runner/issues
Project-URL: Discussions, https://github.com/qgreenland-net/ogdc-runner/discussions
Project-URL: Changelog, https://github.com/qgreenland-net/ogdc-runner/releases
Author-email: Matt Fisher <mfisher87@gmail.com>, Rushiraj Nenuji <nenuji@nceas.ucsb.edu>, Trey Stafford <trey.stafford@colorado.edu>, Robyn Marowitz <robyn.marowitz@colorado.edu>
License: Copyright 2024 National Snow and Ice Data Center & Regents of the University of California
        
        Permission is hereby granted, free of charge, to any person obtaining a copy of
        this software and associated documentation files (the "Software"), to deal in
        the Software without restriction, including without limitation the rights to
        use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies
        of the Software, and to permit persons to whom the Software is furnished to do
        so, subject to the following conditions:
        
        The above copyright notice and this permission notice shall be included in all
        copies or substantial portions of the Software.
        
        THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
        IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
        FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
        AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
        LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
        OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
        SOFTWARE.
License-File: LICENSE
Classifier: Development Status :: 1 - Planning
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: MIT License
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.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Topic :: Scientific/Engineering
Classifier: Typing :: Typed
Requires-Python: >=3.11
Requires-Dist: click>=8
Requires-Dist: fsspec
Requires-Dist: hera>=5.18.0
Requires-Dist: loguru
Requires-Dist: pydantic>=2.7.1
Requires-Dist: pyyaml
Provides-Extra: dev
Requires-Dist: mypy~=1.10.0; extra == 'dev'
Requires-Dist: nox; extra == 'dev'
Requires-Dist: pytest-cov>=3; extra == 'dev'
Requires-Dist: pytest>=6; extra == 'dev'
Requires-Dist: types-pyyaml; extra == 'dev'
Provides-Extra: docs
Requires-Dist: autodoc-pydantic; extra == 'docs'
Requires-Dist: furo>=2023.08.17; extra == 'docs'
Requires-Dist: myst-parser>=0.13; extra == 'docs'
Requires-Dist: sphinx-autodoc-typehints; extra == 'docs'
Requires-Dist: sphinx-copybutton; extra == 'docs'
Requires-Dist: sphinx>=7.0; extra == 'docs'
Requires-Dist: sphinxcontrib-mermaid; extra == 'docs'
Provides-Extra: test
Requires-Dist: mypy~=1.10.0; extra == 'test'
Requires-Dist: pytest-cov>=3; extra == 'test'
Requires-Dist: pytest-order; extra == 'test'
Requires-Dist: pytest>=6; extra == 'test'
Requires-Dist: types-pyyaml; extra == 'test'
Description-Content-Type: text/markdown

# ogdc-runner

<!-- SPHINX-START -->

[![Actions Status][actions-badge]][actions-link]
[![Documentation Status][rtd-badge]][rtd-link]

[![PyPI version][pypi-version]][pypi-link]
[![Conda-Forge][conda-badge]][conda-link]
[![PyPI platforms][pypi-platforms]][pypi-link]

[![GitHub Discussion][github-discussions-badge]][github-discussions-link]

Defines Open Geospatial Data Cloud (OGDC) recipe API(s) and submits recipes to
OGDC for execution.

See the [ogdc-runner ReadTheDocs](https://ogdc-runner.readthedocs.io/) for
detailed documentation on how to use and contribute to the `ogdc-runner`.

<!-- prettier-ignore-start -->
[actions-badge]:            https://github.com/qgreenland-net/ogdc-runner/workflows/CI/badge.svg
[actions-link]:             https://github.com/qgreenland-net/ogdc-runner/actions
[conda-badge]:              https://img.shields.io/conda/vn/conda-forge/ogdc-runner
[conda-link]:               https://github.com/conda-forge/ogdc-runner-feedstock
[github-discussions-badge]: https://img.shields.io/static/v1?label=Discussions&message=Ask&color=blue&logo=github
[github-discussions-link]:  https://github.com/qgreenland-net/ogdc-runner/discussions
[pypi-link]:                https://pypi.org/project/ogdc-runner/
[pypi-platforms]:           https://img.shields.io/pypi/pyversions/ogdc-runner
[pypi-version]:             https://img.shields.io/pypi/v/ogdc-runner
[rtd-badge]:                https://readthedocs.org/projects/ogdc-runner/badge/?version=latest
[rtd-link]:                 https://ogdc-runner.readthedocs.io/en/latest/?badge=latest
<!-- prettier-ignore-end -->
