Metadata-Version: 2.1
Name: hydrobricks
Version: 0.0.8
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.7
Description-Content-Type: text/markdown
Provides-Extra: test
License-File: LICENSE

# 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/
```
