Metadata-Version: 2.4
Name: access_intake_utils
Version: 0.1.7
Summary: Tools for interacting with intake-esm catalogues - forked from ACDtools - Australian Climate Data Tools
Author: ACCESS-NRI
Author-email: Thomas-Moore-Creative <thomas.moore@csiro.au>
Maintainer: ACCESS-NRI
License: Apache Software License 2.0
Project-URL: bugs, https://github.com/ACCESS-NRI/access-intake-utils/issues
Project-URL: changelog, https://github.com/ACCESS-NRI/access-intake-utils/blob/main/CHANGELOG.md
Project-URL: homepage, https://github.com/ACCESS-NRI/access-intake-utils
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/markdown
License-File: LICENSE
Requires-Dist: xarray
Requires-Dist: netcdf4
Requires-Dist: numpy
Requires-Dist: tabulate
Provides-Extra: dev
Requires-Dist: coverage; extra == "dev"
Requires-Dist: mypy; extra == "dev"
Requires-Dist: pytest; extra == "dev"
Requires-Dist: ruff; extra == "dev"
Requires-Dist: types-PyYAML; extra == "dev"
Requires-Dist: types-tabulate; extra == "dev"
Requires-Dist: versioneer; extra == "dev"
Requires-Dist: xarray[complete]; extra == "dev"
Provides-Extra: test
Requires-Dist: intake; extra == "test"
Dynamic: license-file

# ACCESS-NRI Intake Utilities

## Tools for interacting with intake catalogues

Forked from [ACDTools](https://github.com/Thomas-Moore-Creative/ACDtools) by @Thomas-Moore-Creative

___
## This package is a collection of utilities for working with the ACCESS-NRI intake catalogues. 

It provides tools for:
- Loading ensembles
- Getting information about chunking
amongst other things, and is designed to be a place where ACCESS-NRI Intake Catalog users can share their utilities for working with catalogues.


![PyPI version](https://img.shields.io/pypi/v/access-intake-utils.svg)
![Build Status](https://img.shields.io/travis/access-nri/access_intake_utils.svg)
![Documentation Status](https://readthedocs.org/projects/access-intake-utils/badge/?version=latest)

- Free software: Apache 2.0 Software Licence
- Documentation: https://access-intake-utils.readthedocs.io.
