Metadata-Version: 2.1
Name: scriptengine-tasks-ecearth
Version: 0.6.2
Summary: ScriptEngine tasks for use with the EC-Earth climate model
Home-page: https://github.com/uwefladrich/scriptengine-tasks-ecearth
Author: Valentina Schueller, Uwe Fladrich
Author-email: valentina.schueller@gmail.com, uwe.fladrich@protonmail.com
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)
Classifier: Operating System :: OS Independent
Requires-Python: >=3.7
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: scriptengine (>=0.8.1)
Requires-Dist: pyYAML (>=5.1)
Requires-Dist: matplotlib (>=3.1)
Requires-Dist: numpy (>=1.18)
Requires-Dist: imageio (>=2.18)
Requires-Dist: scitools-iris (!=3.2.0,!=3.2.0.post0,>=3.1)
Requires-Dist: cartopy (>=0.20)
Requires-Dist: python-redmine

[![Tests](https://github.com/uwefladrich/scriptengine-tasks-ecearth/actions/workflows/pytest.yml/badge.svg)](https://github.com/uwefladrich/scriptengine-tasks-ecearth/actions)
[![Coverage Status](https://coveralls.io/repos/github/uwefladrich/scriptengine-tasks-ecearth/badge.svg)](https://coveralls.io/github/uwefladrich/scriptengine-tasks-ecearth)

# ScriptEngine Tasks for EC-Earth

Provides [ScriptEngine](https://github.com/uwefladrich/scriptengine) tasks useful for the EC-Earth climate model.

This package is currently being developed. The documentation can be found on [ReadTheDocs](https://scriptengine-tasks-ecearth.rtfd.io).

## Contributing

1. See the documentation for hints on [installation from source (and how to run tests)](https://scriptengine-tasks-ecearth.readthedocs.io/en/latest/source/getting-started/installation.html#installation-from-source).
2. See the documentation for [hints on code formatting, structure, naming schemes, etc.](https://scriptengine-tasks-ecearth.readthedocs.io/en/latest/source/tasks/monitoring/developer-guide.html)
3. Have a look at issues labeled ["good first issue"](https://github.com/uwefladrich/scriptengine-tasks-ecearth/issues?q=is%3Aissue+is%3Aopen+label%3A%22good+first+issue%22) for a place to start! :)
