Metadata-Version: 2.1
Name: xmipy
Version: 0.1.2
Summary: xmipy is an extension to the bmipy Python package.
Home-page: https://github.com/Deltares/xmipy.git
Author: Martijn Russcher, Julian Hofer, Joseph D. Hughes
Author-email: Martijn.Russcher@deltares.nl, Julian.Hofer@deltares.nl, jdhughes@usgs.gov
License: CC0
Platform: Windows
Platform: Mac OS-X
Platform: Linux
Classifier: Topic :: Scientific/Engineering :: Hydrology
Description-Content-Type: text/markdown
Requires-Dist: bmipy
Requires-Dist: numpy

# xmipy

![Continuous integration](https://github.com/Deltares/xmipy/workflows/Continuous%20integration/badge.svg)
[![codecov](https://codecov.io/gh/Deltares/xmipy/branch/develop/graph/badge.svg)](https://codecov.io/gh/Deltares/xmipy)


`xmipy` is an extension to [bmipy](https://pypi.org/project/bmipy/) including an implementation of the abstract methods.
The extended interface is required to couple certain hydrological kernels.
The [imod_coupler](https://github.com/Deltares/imod_coupler) uses it to couple Modflow and Metaswap.

`xmipy` can be installed by running
```
pip install xmipy
```


