Metadata-Version: 2.1
Name: access_nri_intake
Version: 0.0.10
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.9
Description-Content-Type: text/x-rst
License-File: LICENSE
Requires-Dist: cftime
Requires-Dist: ecgtools>=2023.7.13
Requires-Dist: intake>=0.7.0
Requires-Dist: intake-dataframe-catalog>=0.2.2
Requires-Dist: intake-esm>=2023.7.7
Requires-Dist: jsonschema
Requires-Dist: pooch
Requires-Dist: xarray

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

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

Note, this project is under development. Things might change/break frequently and without warning.

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
