LICENSE
README.md
pyproject.toml
src/fluvilog/__init__.py
src/fluvilog/__main__.py
src/fluvilog/catalogue.py
src/fluvilog/cli.py
src/fluvilog/constants.py
src/fluvilog/records.py
src/fluvilog/service.py
src/fluvilog/storage.py
src/fluvilog/wgmn.py
src/fluvilog.egg-info/PKG-INFO
src/fluvilog.egg-info/SOURCES.txt
src/fluvilog.egg-info/dependency_links.txt
src/fluvilog.egg-info/entry_points.txt
src/fluvilog.egg-info/requires.txt
src/fluvilog.egg-info/top_level.txt
src/fluvilog/api/__init__.py
src/fluvilog/api/app.py
src/fluvilog/api/schemas.py
tests/test_api.py
tests/test_base_deps.py
tests/test_catalogue.py
tests/test_storage_reads.py