.gitignore
LICENCE
README.md
noxfile.py
pyproject.toml
setup.cfg
setup.py
src/youte/__init__.py
src/youte/__main__.py
src/youte/collector.py
src/youte/config.py
src/youte/exceptions.py
src/youte/table_mappings.py
src/youte/tidier.py
src/youte/utilities.py
src/youte.egg-info/PKG-INFO
src/youte.egg-info/SOURCES.txt
src/youte.egg-info/dependency_links.txt
src/youte.egg-info/entry_points.txt
src/youte.egg-info/requires.txt
src/youte.egg-info/top_level.txt
tests/test_collector.py
tests/test_hydrator.py
tests/test_tidy.py