Skip to content

Latest commit

 

History

History
59 lines (43 loc) · 1.59 KB

File metadata and controls

59 lines (43 loc) · 1.59 KB

Hyve

ECMWF Software EnginE Maturity Level License: Apache 2.0 Latest Release

Installation * Development

Important

This software is Emerging and subject to ECMWF's guidelines on Software Maturity.

Hyve is a library and toolkit for hydrological verification.

Installation

pip install git+https://github.com/ecmwf/hyve.git@main

Development

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

License

See LICENSE

Copyright

© 2025 ECMWF. All rights reserved.