Metadata-Version: 2.4
Name: superflexpy
Version: 1.3.3
Summary: Framework for building hydrological models
Home-page: https://superflexpy.readthedocs.io/en/latest/
Author: Marco Dal Molin, Fabrizio Fenicia, Dmitri Kavetski
Author-email: marco.dalmolin.1991@gmail.com
License: LGPL
Classifier: Development Status :: 5 - Production/Stable
Classifier: Topic :: Scientific/Engineering :: Hydrology
Description-Content-Type: text/markdown
License-File: LICENSE
License-File: AUTHORS
Requires-Dist: numba>=0.57.1
Requires-Dist: numpy>=1.24.3
Dynamic: author
Dynamic: author-email
Dynamic: classifier
Dynamic: description
Dynamic: description-content-type
Dynamic: home-page
Dynamic: license
Dynamic: license-file
Dynamic: requires-dist
Dynamic: summary

[![Actions Status](https://github.com/dalmo1991/superflexPy/workflows/unittest%20on%20push/badge.svg)](https://github.com/dalmo1991/superflexPy/actions)
[![DOI](https://zenodo.org/badge/208847505.svg)](https://zenodo.org/badge/latestdoi/208847505)

# SuperflexPy: The flexible language of hydrological modelling

![SuperflexPy logo](https://superflexpy.readthedocs.io/en/latest/_images/logo_transparent_2.png)

SuperflexPy is an open-source framework written in Python for constructing
flexible, conceptual, distributed hydrological models.

Refer to the [documentation](https://superflexpy.readthedocs.io/) to learn to
use the SuperflexPy, [install](https://pypi.org/project/superflexpy/) the
package from here. [Examples](examples/) showing the basic usage of SuperflexPy
are available.

## Development

Please install all packages listed in the [requirements_dev.txt](requirements_dev.txt) file,
the run `pre-commit install` to install the git hooks. This will enable code formatting and linting on every git commit.
