LICENSE
README.md
pyproject.toml
dift/__init__.py
dift/cli.py
dift/core/__init__.py
dift/core/comparator.py
dift/core/quality_diff.py
dift/core/risk.py
dift/core/row_diff.py
dift/core/schema_diff.py
dift/core/stats_diff.py
dift/io/__init__.py
dift/io/readers.py
dift/reports/__init__.py
dift/reports/console_report.py
dift/reports/csv_report.py
dift/reports/excel_report.py
dift/reports/html_report.py
dift/reports/json_report.py
dift/reports/models.py
dift/utils/__init__.py
dift/utils/hashing.py
dift_cli.egg-info/PKG-INFO
dift_cli.egg-info/SOURCES.txt
dift_cli.egg-info/dependency_links.txt
dift_cli.egg-info/entry_points.txt
dift_cli.egg-info/requires.txt
dift_cli.egg-info/top_level.txt
tests/test_cli.py
tests/test_cli_errors.py
tests/test_examples.py
tests/test_html_report.py
tests/test_json_report.py