Metadata-Version: 2.4
Name: hydroRaVENS
Version: 2.3.1
Summary: hydroRaVENS has been renamed to MNiShed; install `mnished` instead.
Author-email: "Andrew D. Wickert" <awickert@umn.edu>
License-Expression: GPL-3.0-or-later
Project-URL: Homepage, https://github.com/MNiMORPH/MNiShed
Project-URL: Documentation, https://mnished.readthedocs.io/
Project-URL: Renamed to, https://pypi.org/project/MNiShed/
Keywords: hydrology,rainfall-runoff,renamed,mnished
Requires-Python: >=3.9
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: mnished
Dynamic: license-file

# hydroRaVENS → MNiShed

**hydroRaVENS has been renamed to [MNiShed](https://github.com/MNiMORPH/MNiShed).**

This release is a pointer only: it depends on `mnished`, so installing
`hydroRaVENS` pulls in the current software under its new name. To move over:

```bash
pip install mnished
```

and update imports:

```python
import mnished        # was: import hydroravens
```

Development continues with no break in lineage — hydroRaVENS 2.3.0 → **MNiShed
3.0.0**. See the [MNiShed repository](https://github.com/MNiMORPH/MNiShed) and
[documentation](https://mnished.readthedocs.io/) for the migration guide and
changelog.

*MN* (Minnesota) · *Mni* (water — Dakota) · *Mini* (small / lumped) · *Shed*
(watershed).
