Metadata-Version: 2.1
Name: hydrobricks
Version: 0.7.5
Summary: A modular hydrological modelling framework
Author: Pascal Horton
Author-email: pascal.horton@unibe.ch
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
Requires-Dist: cftime
Requires-Dist: numpy
Requires-Dist: HydroErr
Requires-Dist: pandas
Requires-Dist: pyyaml
Requires-Dist: StrEnum
Provides-Extra: test
Requires-Dist: pytest>=6.0; extra == "test"

# hydrobricks

A modular hydrological modelling framework.

[![DOI](https://zenodo.org/badge/301952016.svg)](https://zenodo.org/badge/latestdoi/301952016)
[![Core Tests Linux](https://github.com/hydrobricks/hydrobricks/actions/workflows/core-tests-linux.yml/badge.svg)](https://github.com/hydrobricks/hydrobricks/actions/workflows/core-tests-linux.yml)
[![Python Wheels](https://github.com/hydrobricks/hydrobricks/actions/workflows/python-wheels.yml/badge.svg)](https://github.com/hydrobricks/hydrobricks/actions/workflows/python-wheels.yml)
[![codecov](https://codecov.io/gh/hydrobricks/hydrobricks/branch/main/graph/badge.svg?token=G1PBSK8EG2)](https://codecov.io/gh/hydrobricks/hydrobricks)
[![pre-commit.ci status](https://results.pre-commit.ci/badge/github/hydrobricks/hydrobricks/main.svg)](https://results.pre-commit.ci/latest/github/hydrobricks/hydrobricks/main)
[![Core Doxygen](https://github.com/hydrobricks/hydrobricks/actions/workflows/core-doxygen.yml/badge.svg)](https://github.com/hydrobricks/hydrobricks/actions/workflows/core-doxygen.yml)
[![Codacy Badge](https://app.codacy.com/project/badge/Grade/639e5bb76690488f9aac5feb89722bfa)](https://www.codacy.com/gh/hydrobricks/hydrobricks/dashboard?utm_source=github.com&amp;utm_medium=referral&amp;utm_content=hydrobricks/hydrobricks&amp;utm_campaign=Badge_Grade)

## Install

Wheels are available to install from PyPI (https://pypi.org/project/hydrobricks/)

Install: ```pip install hydrobricks```

## Resources
*   **Documentation**: https://hydrobricks.readthedocs.io/en/latest/
*   How to build: https://github.com/hydrobricks/hydrobricks/wiki
*   Code documentation of the core: https://hydrobricks.github.io/hydrobricks-doc-core/
