.gitignore
LICENSE
README.md
pyproject.toml
uv.lock
.github/workflows/publish.yml
.github/workflows/run_tests.yml
src/mooch/__init__.py
src/mooch/exceptions.py
src/mooch.egg-info/PKG-INFO
src/mooch.egg-info/SOURCES.txt
src/mooch.egg-info/dependency_links.txt
src/mooch.egg-info/requires.txt
src/mooch.egg-info/top_level.txt
src/mooch/logging/decorators.py
src/mooch/utils/file.py
src/mooch/utils/location.py
src/mooch/utils/require.py
tests/logging/test_decorators.py
tests/utils/test_file.py
tests/utils/test_location.py
tests/utils/test_require.py