.deepsource.toml
.gitignore
.pre-commit-config.yaml
.travis.yml
AUTHORS.rst
BADGES.rst
CHANGELOG.md
CONTRIBUTING.rst
LICENSE.txt
MANIFEST.in
README.rst
VERSION
pyproject.toml
pytest.ini
setup.cfg
setup.py
.github/workflows/clean-workflow-runs.yml
.github/workflows/python-package.yml
docs/Makefile
docs/authors.rst
docs/command_line.rst
docs/conf.py
docs/contributing.rst
docs/function_summary.rst
docs/index.rst
docs/license.rst
docs/make.bat
docs/readme.rst
src/hydrotoolbox/__init__.py
src/hydrotoolbox/baseflow_sep.py
src/hydrotoolbox/hydrotoolbox.py
src/hydrotoolbox/utils.py
src/hydrotoolbox.egg-info/PKG-INFO
src/hydrotoolbox.egg-info/SOURCES.txt
src/hydrotoolbox.egg-info/dependency_links.txt
src/hydrotoolbox.egg-info/entry_points.txt
src/hydrotoolbox.egg-info/not-zip-safe
src/hydrotoolbox.egg-info/requires.txt
src/hydrotoolbox.egg-info/top_level.txt
src/hydrotoolbox/baseflow/__init__.py
src/hydrotoolbox/baseflow/comparison.py
src/hydrotoolbox/baseflow/example.csv
src/hydrotoolbox/baseflow/param_estimate.py
src/hydrotoolbox/baseflow/separation.py
src/hydrotoolbox/baseflow/utils.py
src/hydrotoolbox/baseflow/methods/Boughton.py
src/hydrotoolbox/baseflow/methods/CM.py
src/hydrotoolbox/baseflow/methods/Chapman.py
src/hydrotoolbox/baseflow/methods/EWMA.py
src/hydrotoolbox/baseflow/methods/Eckhardt.py
src/hydrotoolbox/baseflow/methods/Fixed.py
src/hydrotoolbox/baseflow/methods/Furey.py
src/hydrotoolbox/baseflow/methods/LH.py
src/hydrotoolbox/baseflow/methods/Local.py
src/hydrotoolbox/baseflow/methods/Slide.py
src/hydrotoolbox/baseflow/methods/UKIH.py
src/hydrotoolbox/baseflow/methods/Willems.py
src/hydrotoolbox/baseflow/methods/__init__.py
src/hydrotoolbox/indices/indices.py