LICENSE
README.md
pyproject.toml
setup.cfg
setup.py
./scruft/__init__.py
./scruft/__main__.py
./scruft/_cli.py
./scruft/_version.py
./scruft/exceptions.py
./scruft/py.typed
./scruft/_commands/__init__.py
./scruft/_commands/check.py
./scruft/_commands/create.py
./scruft/_commands/diff.py
./scruft/_commands/link.py
./scruft/_commands/update.py
./scruft/_commands/utils/__init__.py
./scruft/_commands/utils/cookiecutter.py
./scruft/_commands/utils/cruft.py
./scruft/_commands/utils/diff.py
./scruft/_commands/utils/generate.py
./scruft/_commands/utils/iohelper.py
scruft/__init__.py
scruft/__main__.py
scruft/_cli.py
scruft/_version.py
scruft/exceptions.py
scruft/py.typed
scruft.egg-info/PKG-INFO
scruft.egg-info/SOURCES.txt
scruft.egg-info/dependency_links.txt
scruft.egg-info/requires.txt
scruft.egg-info/top_level.txt
scruft/_commands/__init__.py
scruft/_commands/check.py
scruft/_commands/create.py
scruft/_commands/diff.py
scruft/_commands/link.py
scruft/_commands/update.py
scruft/_commands/utils/__init__.py
scruft/_commands/utils/cookiecutter.py
scruft/_commands/utils/cruft.py
scruft/_commands/utils/diff.py
scruft/_commands/utils/generate.py
scruft/_commands/utils/iohelper.py
tests/test_api.py
tests/test_cli.py
tests/test_exceptions.py
tests/test_utils.py