.coveragerc
.gitignore
.readthedocs.yml
AUTHORS.md
CHANGELOG.md
CONTRIBUTING.md
LICENSE.txt
README.md
pyproject.toml
setup.cfg
setup.py
tox.ini
.github/workflows/build-docs.yaml
.github/workflows/publish-pypi.yaml
.github/workflows/run-tests.yaml
docs/Makefile
docs/authors.md
docs/changelog.md
docs/conf.py
docs/contributing.md
docs/index.md
docs/license.md
docs/readme.md
docs/requirements.txt
docs/_static/.gitignore
src/SewerRat.egg-info/PKG-INFO
src/SewerRat.egg-info/SOURCES.txt
src/SewerRat.egg-info/dependency_links.txt
src/SewerRat.egg-info/not-zip-safe
src/SewerRat.egg-info/requires.txt
src/SewerRat.egg-info/top_level.txt
src/sewerrat/__init__.py
src/sewerrat/_utils.py
src/sewerrat/deregister.py
src/sewerrat/list_files.py
src/sewerrat/list_registered_directories.py
src/sewerrat/query.py
src/sewerrat/register.py
src/sewerrat/retrieve_directory.py
src/sewerrat/retrieve_file.py
src/sewerrat/retrieve_metadata.py
src/sewerrat/start_sewerrat.py
tests/conftest.py
tests/test_list_files.py
tests/test_list_registered_directories.py
tests/test_query.py
tests/test_register.py
tests/test_retrieve.py
tests/test_utils.py