Metadata-Version: 2.1
Name: easygems
Version: 0.0.11
Summary: Processing tools around km-scale earth system modeling
Home-page: https://easy.gems.dkrz.de
Author: Tobias Kölling
Author-email: tobias.koelling@mpimet.mpg.de
Requires-Python: >=3.10
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Requires-Dist: cartopy
Requires-Dist: cf_xarray
Requires-Dist: healpix
Requires-Dist: matplotlib
Requires-Dist: numpy
Requires-Dist: scipy
Requires-Dist: xarray
Project-URL: Repository, https://github.com/mpimet/easygems.git
Description-Content-Type: text/markdown

# easygems python package

## install

The latest released version can be installed using:

```
pip install easygems
```

## developing

This project uses [ruff](https://github.com/astral-sh/ruff) for code formatting and [pre-commit](https://pre-commit.com/) to run the formatter automatically.

Please ensure that you have `pre-commit` configured locally by running:

```
pre-commit install
```

