Metadata-Version: 2.1
Name: access-nri-intake
Version: 0.0.6
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 (>=2022.10.07)
Requires-Dist: intake (>=0.7.0)
Requires-Dist: intake-dataframe-catalog (>=0.2.2)
Requires-Dist: intake-esm (>=2023.4.20)
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.

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

+---------------+----------------------+
| Documentation | |docs|               |
+---------------+----------------------+
| Package       | |pypi| |conda|       |
+---------------+----------------------+
| CI/CD         | |pre-commit| |cd|    |
+---------------+----------------------+
| Development   | |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

.. |pre-commit| image:: https://github.com/ACCESS-NRI/access-nri-intake-catalog/actions/workflows/pre-commit.yaml/badge.svg
        :target: https://github.com/ACCESS-NRI/access-nri-intake-catalog/actions/workflows/pre-commit.yaml
        :alt: Pre-commit 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
        
.. |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
