.coveragerc
.gitignore
.isort.cfg
.pre-commit-config.yaml
AUTHORS.rst
CHANGELOG.rst
LICENSE
README.md
README.rst
environment.yml
pyproject.toml
setup.cfg
setup.py
.github/CODE_OF_CONDUCT.rst
.github/CONTRIBUTING.rst
.github/ISSUE_TEMPLATE.md
.github/workflows/ci.yml
.github/workflows/deploy.yml
docs/Makefile
docs/authors.rst
docs/changelog.rst
docs/conduct.rst
docs/conf.py
docs/contributing.rst
docs/index.rst
docs/installation.rst
docs/license.rst
docs/logging.rst
docs/timeseriesgroupids.rst
docs/tutorial.rst
docs/_static/.gitignore
docs/_static/img/logo_fluves.png
docs/_static/img/logo_vito.png
docs/api/reference.rst
src/pywaterinfo/__init__.py
src/pywaterinfo/utils.py
src/pywaterinfo/waterinfo.py
src/pywaterinfo.egg-info/PKG-INFO
src/pywaterinfo.egg-info/SOURCES.txt
src/pywaterinfo.egg-info/dependency_links.txt
src/pywaterinfo.egg-info/not-zip-safe
src/pywaterinfo.egg-info/requires.txt
src/pywaterinfo.egg-info/top_level.txt
tests/conftest.py
tests/test_waterinfo.py