LICENSE
README.md
pyproject.toml
src/springclean/__init__.py
src/springclean/__main__.py
src/springclean/cli.py
src/springclean/env.py
src/springclean/errors.py
src/springclean/github.py
src/springclean/repo_refs.py
src/springclean/reports.py
src/springclean/tui.py
src/springclean.egg-info/PKG-INFO
src/springclean.egg-info/SOURCES.txt
src/springclean.egg-info/dependency_links.txt
src/springclean.egg-info/entry_points.txt
src/springclean.egg-info/requires.txt
src/springclean.egg-info/top_level.txt
tests/test_cli.py
tests/test_env.py
tests/test_github.py
tests/test_repo_refs.py
tests/test_report_outputs.py
tests/test_reports.py
tests/test_tui.py