LICENSE
README.md
pyproject.toml
src/tlf_pgreconcile/__init__.py
src/tlf_pgreconcile/classify.py
src/tlf_pgreconcile/cli.py
src/tlf_pgreconcile/config.py
src/tlf_pgreconcile/connection.py
src/tlf_pgreconcile/data_diff.py
src/tlf_pgreconcile/executor.py
src/tlf_pgreconcile/introspect.py
src/tlf_pgreconcile/normalizers.py
src/tlf_pgreconcile/reconcile.py
src/tlf_pgreconcile/row_hash.py
src/tlf_pgreconcile/schema_diff.py
src/tlf_pgreconcile.egg-info/PKG-INFO
src/tlf_pgreconcile.egg-info/SOURCES.txt
src/tlf_pgreconcile.egg-info/dependency_links.txt
src/tlf_pgreconcile.egg-info/entry_points.txt
src/tlf_pgreconcile.egg-info/requires.txt
src/tlf_pgreconcile.egg-info/top_level.txt
src/tlf_pgreconcile/reports/__init__.py
src/tlf_pgreconcile/reports/builder.py
src/tlf_pgreconcile/reports/html_renderer.py
src/tlf_pgreconcile/reports/printer.py
tests/test_config.py
tests/test_data_diff.py
tests/test_row_hash.py
tests/test_schema_diff.py