LICENSE
README.md
pyproject.toml
src/diffmonkey/__init__.py
src/diffmonkey/cli.py
src/diffmonkey/comparators.py
src/diffmonkey/compare.py
src/diffmonkey/matching.py
src/diffmonkey/models.py
src/diffmonkey/readers.py
src/diffmonkey.egg-info/PKG-INFO
src/diffmonkey.egg-info/SOURCES.txt
src/diffmonkey.egg-info/dependency_links.txt
src/diffmonkey.egg-info/entry_points.txt
src/diffmonkey.egg-info/requires.txt
src/diffmonkey.egg-info/top_level.txt
src/diffmonkey/formatters/__init__.py
src/diffmonkey/formatters/csv_out.py
src/diffmonkey/formatters/html.py
src/diffmonkey/formatters/markdown.py
tests/test_cli.py
tests/test_comparators.py
tests/test_compare.py
tests/test_compare_properties.py
tests/test_formatters.py
tests/test_matching.py
tests/test_models.py
tests/test_readers.py
tests/test_review_fixes.py