Important
This software is Emerging and subject to ECMWF's guidelines on Software Maturity.
Hyve is a library and toolkit for hydrological verification.
pip install git+https://github.com/ecmwf/hyve.git@main
Install project with uv
# (Optional) Create and activate virtual environment
uv venv .venv --python 3.10
source .venv/bin/activate
# Install hyve with development dependencies
uv pip install -e ".[dev]"
# Install pre-commit hooks
pre-commit install
# Run tests
pytest
See LICENSE
© 2025 ECMWF. All rights reserved.