LICENSE
README.md
pyproject.toml
src/dazzlesum/__init__.py
src/dazzlesum/__main__.py
src/dazzlesum/_version.py
src/dazzlesum/cli.py
src/dazzlesum/constants.py
src/dazzlesum/engine.py
src/dazzlesum/hashing.py
src/dazzlesum/manifest.py
src/dazzlesum/output.py
src/dazzlesum/patterns.py
src/dazzlesum/results.py
src/dazzlesum/shadow.py
src/dazzlesum/state.py
src/dazzlesum/statecache.py
src/dazzlesum/walk.py
src/dazzlesum.egg-info/PKG-INFO
src/dazzlesum.egg-info/SOURCES.txt
src/dazzlesum.egg-info/dependency_links.txt
src/dazzlesum.egg-info/entry_points.txt
src/dazzlesum.egg-info/requires.txt
src/dazzlesum.egg-info/top_level.txt
tests/test_basic.py
tests/test_cli.py
tests/test_junction_detection.py
tests/test_monolithic_autodetection.py
tests/test_monolithic_verification.py
tests/test_shadow_directory.py
tests/test_squelch_and_grand_totals.py
tests/test_update_mode.py
tests/test_verbosity_system.py
tests/test_verify_integration_autodetection.py
tests/test_versioning.py