Metadata-Version: 2.1
Name: imod-coupler
Version: 0.1.0
Summary: The imod_coupler can be used to couple hydrological kernels.
Home-page: https://github.com/Deltares/imod-coupler
Author: Deltares
License: LGPL
Platform: Windows
Platform: Mac OS-X
Platform: Linux
Classifier: Topic :: Scientific/Engineering :: Hydrology
Description-Content-Type: text/markdown
Requires-Dist: numpy

# iMOD-coupler
![Continuous integration](https://github.com/Deltares/imod_coupler/workflows/Continuous%20integration/badge.svg)
[![codecov](https://codecov.io/gh/Deltares/imod_coupler/branch/master/graph/badge.svg)](https://codecov.io/gh/Deltares/imod_coupler)

The `imod_coupler` is used to couple hydrological kernels.
It can be installed by running
```
pip install imod_coupler
```

Then you can run it as command line app via
```
imodc
```
In order to receive help for its usage, run 
```
imodc --help
```

The `imod_coupler` can also be imported within Python via
```python
import imod_coupler
```


