Metadata-Version: 2.1
Name: aeolus
Version: 0.2
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
License: UNKNOWN
Platform: UNKNOWN
Classifier: Intended Audience :: Science/Research
Classifier: Natural Language :: English
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.7
Classifier: Topic :: Scientific/Engineering :: Atmospheric Science
Requires-Python: >=3.7
Description-Content-Type: text/markdown
Requires-Dist: numpy (>=1.16)
Requires-Dist: pytest (>=3.3)
Requires-Dist: matplotlib (<3,>=2)
Requires-Dist: scitools-iris (>=2.2)
Requires-Dist: latlon23

[![Python 3.7](https://img.shields.io/badge/python-3.7-blue.svg)](https://www.python.org/downloads/release/python-370/)
[![Build Status](https://travis-ci.com/exoclim/aeolus.svg?branch=master)](https://travis-ci.com/exoclim/aeolus?branch=master)
[![Documentation Status](https://readthedocs.org/projects/aeolus/badge/?version=latest)](https://aeolus.readthedocs.io/en/latest/?badge=latest)
[![License: LGPL v3](https://img.shields.io/badge/License-LGPL%20v3-blue.svg)](LICENSE)
[![Black](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/psf/black)

# aeolus :wind_face:
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://aeolus.readthedocs.io/en/latest/).

Contributions are welcome.

## Installation


### From source
After the dependencies are installed:
```bash
git clone https://github.com/exoclim/aeolus.git

cd aeolus

python setup.py install
```


