Metadata-Version: 2.4
Name: easygems
Version: 0.1.5
Summary: Processing tools around km-scale earth system modeling
License-File: LICENSE
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
Classifier: Programming Language :: Python :: 3.13
Classifier: Programming Language :: Python :: 3.14
Requires-Dist: cartopy
Requires-Dist: cf_xarray
Requires-Dist: healpix
Requires-Dist: matplotlib
Requires-Dist: numpy
Requires-Dist: scipy
Requires-Dist: xarray
Project-URL: Homepage, https://easy.gems.dkrz.de
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
```

