Metadata-Version: 2.4
Name: access_nri_intake
Version: 1.5.0
Summary: Intake catalog managed by ACCESS-NRI and associated tools
Author: ACCESS-NRI
License: Apache-2.0
Classifier: Development Status :: 4 - Beta
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.10
Description-Content-Type: text/x-rst
License-File: LICENSE
Requires-Dist: cftime
Requires-Dist: ecgtools-access
Requires-Dist: frozendict
Requires-Dist: intake>=2.0.0
Requires-Dist: intake-dataframe-catalog>=0.3.1
Requires-Dist: intake-esm-access
Requires-Dist: jsonschema
Requires-Dist: libcst
Requires-Dist: pydantic
Requires-Dist: polars>=1.24.0
Requires-Dist: pooch
Requires-Dist: xarray
Requires-Dist: colorama
Requires-Dist: yamanifest>=0.3.12
Requires-Dist: access-py-telemetry>=0.1.6
Provides-Extra: test
Requires-Dist: pytest; extra == "test"
Requires-Dist: tox; extra == "test"
Provides-Extra: e2e
Requires-Dist: pytest; extra == "e2e"
Requires-Dist: pytest-ordering; extra == "e2e"
Dynamic: license-file

=========================
ACCESS-NRI Intake Catalog
=========================

.. image:: https://zenodo.org/badge/620085541.svg
  :target: https://doi.org/10.5281/zenodo.8388384

**Tools and configuration info used to manage ACCESS-NRI's intake catalog**

Read the `documentation here <https://access-nri-intake-catalog.readthedocs.io/en/latest/index.html>`_. 

------------

+---------------+----------------------+
| Documentation | |docs|               |
+---------------+----------------------+
| Package       | |pypi| |conda|       |
+---------------+----------------------+
| CI/CD         | |ci| |cd|            |
+---------------+----------------------+
| Development   | |codecov| |black|    |
+---------------+----------------------+
| License       | |license|            |
+---------------+----------------------+

.. |docs| image:: https://readthedocs.org/projects/access-nri-intake-catalog/badge/?version=latest
    :target: https://access-nri-intake-catalog.readthedocs.io/en/latest/?badge=latest
    :alt: Documentation Status
        
.. |pypi| image:: https://img.shields.io/pypi/v/access-nri-intake
        :target: https://pypi.org/project/access-nri-intake/
        :alt: PyPI package
        
.. |conda| image:: https://img.shields.io/conda/v/accessnri/access-nri-intake
        :target: https://anaconda.org/accessnri/access-nri-intake
        :alt: Conda package

.. |ci| image:: https://github.com/ACCESS-NRI/access-nri-intake-catalog/actions/workflows/ci.yml/badge.svg
        :target: https://github.com/ACCESS-NRI/access-nri-intake-catalog/actions/workflows/ci.yml
        :alt: Package CI status
        
.. |cd| image:: https://github.com/ACCESS-NRI/access-nri-intake-catalog/actions/workflows/cd.yml/badge.svg
        :target: https://github.com/ACCESS-NRI/access-nri-intake-catalog/actions/workflows/cd.yml
        :alt: Package CD status

.. |codecov| image:: https://codecov.io/gh/ACCESS-NRI/access-nri-intake-catalog/branch/main/graph/badge.svg?token=DAC1NK32LM
        :target: https://codecov.io/gh/ACCESS-NRI/access-nri-intake-catalog
        :alt: Code test coverage
        
.. |black| image:: https://img.shields.io/badge/code%20style-black-000000.svg
        :target: https://github.com/python/black
        :alt: Black code formatter
        
.. |license| image:: https://img.shields.io/github/license/ACCESS-NRI/intake-dataframe-catalog
        :target: https://github.com/ACCESS-NRI/intake-dataframe-catalog/blob/main/LICENSE
        :alt: Apache-2.0 License
