.gitignore
.gitlab-ci.yml
CONTRIBUTING.md
DISCLAIMER.md
LICENSE.md
README.md
code.json
pyproject.toml
requirements-dev.txt
requirements.txt
setup.py
.github/workflows/build.yml
.github/workflows/docs.yml
.github/workflows/pypi.yml
docs/Makefile
docs/source/.nojekyll
docs/source/conf.py
docs/source/index.rst
docs/source/examples/cumulative_hydrograph_examples.rst
docs/source/examples/flow_duration_curve_examples.rst
docs/source/examples/index.rst
docs/source/examples/raster_hydrograph_examples.rst
docs/source/examples/streamflow_duration_hydrograph_examples.rst
docs/source/meta/contributing.rst
docs/source/meta/disclaimer.rst
docs/source/meta/glossary.rst
docs/source/meta/installation.rst
docs/source/reference/hyswap.png
docs/source/reference/index.rst
hyswap/__init__.py
hyswap/_version.py
hyswap/cumulative.py
hyswap/exceedance.py
hyswap/percentiles.py
hyswap/plots.py
hyswap/rasterhydrograph.py
hyswap/runoff.py
hyswap/utils.py
hyswap.egg-info/PKG-INFO
hyswap.egg-info/SOURCES.txt
hyswap.egg-info/dependency_links.txt
hyswap.egg-info/requires.txt
hyswap.egg-info/top_level.txt
tests/demo_weights.json
tests/gen_demo_runoff_data.py
tests/test_cumulative.py
tests/test_exceedance.py
tests/test_percentiles.py
tests/test_plots.py
tests/test_rasterhydrograph.py
tests/test_runoff.py
tests/test_utils.py