Metadata-Version: 2.1
Name: aeolus
Version: 0.4.7
Summary: Python library for object-oriented analysis of atmospheric model output.
Home-page: https://github.com/exoclim/aeolus
Author: Denis Sergeev
Author-email: dennis.sergeev@gmail.com
Maintainer: aeolus developers
Maintainer-email: dennis.sergeev@gmail.com
License: LGPL-3.0
Project-URL: Documentation, https://exoclim.github.io/aeolus/
Project-URL: Bug Tracker, https://github.com/exoclim/aeolus/issues
Project-URL: Source Code, https://github.com/exoclim/aeolus
Keywords: atmospheric-science,planetary-science,climate-model
Platform: any
Classifier: Development Status :: 3 - Alpha
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Topic :: Scientific/Engineering
Classifier: Topic :: Scientific/Engineering :: Atmospheric Science
Classifier: Intended Audience :: Science/Research
Classifier: Natural Language :: English
Classifier: Operating System :: OS Independent
Classifier: License :: OSI Approved :: GNU Lesser General Public License v3 (LGPLv3)
Requires-Python: >=3.7
Description-Content-Type: text/markdown
Requires-Dist: matplotlib (>=3.0)
Requires-Dist: numpy (>=1.17.0)
Requires-Dist: scitools-iris (>=2.4.0)
Requires-Dist: latlon23 (>=1.0.7)
Provides-Extra: test
Requires-Dist: pytest (>=3.3) ; extra == 'test'

| Python | Tests | Version | PyPI | Docs | License | Style
| --- | --- | --- | --- | --- | --- | --- |
| [![Python 3.7+](https://img.shields.io/badge/python-3.7+-blue.svg?logo=python&logoColor=white)](https://www.python.org/downloads/) | [![CI](https://github.com/exoclim/aeolus/workflows/tests/badge.svg)](https://github.com/exoclim/aeolus/actions?query=workflow%3Atests) | [![Conda Version](https://img.shields.io/conda/vn/conda-forge/aeolus.svg)](https://anaconda.org/conda-forge/aeolus) | [![PyPI](https://img.shields.io/pypi/v/aeolus.svg?logo=pypi&logoColor=white)](https://pypi.org/project/aeolus/) | [![Documentation](https://img.shields.io/badge/docs-latest-green?logo=github)](https://exoclim.github.io/aeolus) | [![License: LGPL v3](https://img.shields.io/badge/License-LGPL%20v3-blue.svg?logo=gnu)](LICENSE) | [![Black](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/psf/black)

# aeolus
Python library for object-oriented analysis of atmospheric model output built on top of [iris](https://github.com/SciTools/iris).

The documentation is available [here](https://exoclim.github.io/aeolus).

Contributions are welcome.


