Metadata-Version: 2.4
Name: ribasim_api
Version: 2025.4.0
Summary: Python bindings for libribasim
Project-URL: Documentation, https://ribasim.org/
Project-URL: Source, https://github.com/Deltares/Ribasim
Author-email: Deltares and contributors <ribasim.info@deltares.nl>
License: MIT
License-File: LICENSE
Classifier: Intended Audience :: Science/Research
Classifier: Topic :: Scientific/Engineering :: Hydrology
Requires-Python: >=3.11
Requires-Dist: xmipy>=1.3
Provides-Extra: tests
Requires-Dist: pytest; extra == 'tests'
Requires-Dist: ribasim; extra == 'tests'
Requires-Dist: ribasim-testmodels; extra == 'tests'
Description-Content-Type: text/markdown

# Ribasim API

`ribasim_api` is an extension to [xmipy](https://pypi.org/project/xmipy/) for the Ribasim API.

The `ribasim_api` can be used to access functionality in the eXtended Model Interface (XMI) wrapper (XmiWrapper)
and additional functionality specific to the Ribasim API.


`ribasim_api` can be installed by running

```
pip install ribasim-api
```

or

```
conda install -c conda-forge ribasim-api
```

# Contributing

For the developer docs please have a look at https://ribasim.org/dev/.
