Metadata-Version: 2.4
Name: mhm_tools
Version: 0.2
Summary: Tools for mHM.
Project-URL: Homepage, https://mhm-ufz.org/
Project-URL: Documentation, https://mhm.pages.ufz.de/mhm-tools
Project-URL: Source, https://git.ufz.de/mhm/mhm-tools
Project-URL: Tracker, https://git.ufz.de/mhm/mhm-tools/-/issues
Project-URL: Changelog, https://git.ufz.de/mhm/mhm/-/blob/main/CHANGELOG.md
Author-email: mHM-Tools Developers <mhm-admin@ufz.de>
License-Expression: LGPL-3.0
License-File: AUTHORS.md
License-File: COPYING
License-File: COPYING.LESSER
License-File: LICENSE.md
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: End Users/Desktop
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: GNU Lesser General Public License v3 (LGPLv3)
Classifier: Natural Language :: English
Classifier: Operating System :: MacOS
Classifier: Operating System :: Microsoft
Classifier: Operating System :: Unix
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Topic :: Scientific/Engineering
Classifier: Topic :: Software Development
Classifier: Topic :: Utilities
Requires-Python: >=3.8
Requires-Dist: cdo>=1.6.1
Requires-Dist: click>=8.1
Requires-Dist: crick
Requires-Dist: distributed
Requires-Dist: easy-mpl
Requires-Dist: geopandas<2,>=1.1.3
Requires-Dist: h5netcdf
Requires-Dist: h5py
Requires-Dist: joblib
Requires-Dist: matplotlib>=3.6.1
Requires-Dist: netcdf4
Requires-Dist: numpy<2.4,>=1.17.3
Requires-Dist: pandas<2; python_version == '3.8'
Requires-Dist: pyflwdir
Requires-Dist: pyproj
Requires-Dist: rioxarray
Requires-Dist: scipy
Requires-Dist: seaborn
Requires-Dist: trogon>=0.6.0
Requires-Dist: xarray
Provides-Extra: check
Requires-Dist: black<25,>=24; extra == 'check'
Requires-Dist: isort[colors]; extra == 'check'
Requires-Dist: ruff<0.5,>=0.4; extra == 'check'
Provides-Extra: doc
Requires-Dist: docutils>=0.18; extra == 'doc'
Requires-Dist: myst-parser>=0.18; extra == 'doc'
Requires-Dist: numpydoc>=1.1; extra == 'doc'
Requires-Dist: pydata-sphinx-theme>=0.13; extra == 'doc'
Requires-Dist: sphinx-argparse-cli>=1.11.0; extra == 'doc'
Requires-Dist: sphinx-design>=0.3; extra == 'doc'
Requires-Dist: sphinx>=5; extra == 'doc'
Provides-Extra: plot
Requires-Dist: cartopy; extra == 'plot'
Provides-Extra: test
Requires-Dist: pytest-cov>=3; extra == 'test'
Provides-Extra: tui
Requires-Dist: trogon>=0.6.0; extra == 'tui'
Description-Content-Type: text/markdown

# mHM Tools

mHM-Tools is a toolbox to pre- and post-process data for and from mHM.


<a href="https://mhm.pages.ufz.de/mhm-tools" title="mHM-Tools documentation" target="_blank">
  <img width="300" src="https://git.ufz.de/mhm/mhm-tools/-/raw/main/docs/source/_static/logo_large.png" />
</a>

## Installation

```shell
$ pip install git+https://git.ufz.de/mhm/mhm-tools.git
```

## Resources

* mHM [homepage](https://mhm-ufz.org)
* mHM-Tools [documentation](https://mhm.pages.ufz.de/mhm-tools)
* mHM-Tools [source code](https://git.ufz.de/mhm/mhm-tools)

## License

LGPLv3, Copyright © 2026, the mHM-Tools developers from Helmholtz-Zentrum für Umweltforschung GmbH - UFZ. All rights reserved.
