.gitignore
.pre-commit-config.yaml
LICENSE
README.md
pyproject.toml
uv.lock
.github/ISSUE_TEMPLATE/bug_report.md
.github/workflows/publish.yml
.github/workflows/run_tests.yml
.vscode/launch.json
.vscode/settings.json
examples/location.py
examples/logging_decorator.py
examples/progress_bar.py
examples/retry_and_silent.py
examples/settings.py
examples/timeit_decorator.py
examples/validators.py
src/mooch/__init__.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/decorators/__init__.py
src/mooch/decorators/deprecated.py
src/mooch/decorators/logging.py
src/mooch/decorators/retry.py
src/mooch/decorators/silent.py
src/mooch/decorators/timeit.py
src/mooch/decorators/with_lock.py
src/mooch/location/exceptions.py
src/mooch/location/location.py
src/mooch/location/state_abbrev.py
src/mooch/progress_bar/colored_progress_bar.py
src/mooch/progress_bar/progress_bar.py
src/mooch/progress_bar/utilities.py
src/mooch/utils/paths.py
src/mooch/validators/architecture.py
src/mooch/validators/command.py
src/mooch/validators/env_var.py
src/mooch/validators/operating_system.py
src/mooch/validators/python_version.py
src/mooch/validators/virtual_env.py
tests/decorators/test_deprecated.py
tests/decorators/test_entry_exit.py
tests/decorators/test_retry.py
tests/decorators/test_silent.py
tests/decorators/test_timeit.py
tests/decorators/test_with_lock.py
tests/location/test_location.py
tests/location/test_state_abbrev.py
tests/progress_bar/test_progress_bar.py
tests/progress_bar/test_utilities.py
tests/utils/test_paths.py
tests/validators/test_architecture.py
tests/validators/test_command.py
tests/validators/test_env_var.py
tests/validators/test_operating_system.py
tests/validators/test_python_version.py
tests/validators/test_virtual_env.py
tools/generate_module_init.py