Metadata-Version: 2.1
Name: hydrobricks
Version: 0.4.5
Summary: A modular hydrological modelling framework
Author: Pascal Horton
Author-email: pascal.horton@giub.unibe
License: MIT
Project-URL: Source Code, https://github.com/hydrobricks/hydrobricks
Project-URL: Bug Tracker, https://github.com/hydrobricks/hydrobricks/issues
Classifier: Programming Language :: C++
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Requires-Python: >=3.8
Description-Content-Type: text/markdown
License-File: LICENSE
Provides-Extra: test
Requires-Dist: pytest (>=6.0) ; extra == 'test'

# hydrobricks
A modular hydrological modelling framework

**This is a very preliminary code base that is not doing much yet...**

## Testing

During development, the package must be installed before being tested:

```shell
pip install -e .
pytest ./tests/
```
