LICENSE
README.md
pyproject.toml
hindsight/__init__.py
hindsight/canonical.py
hindsight/config.py
hindsight/contract.py
hindsight/keys.py
hindsight/py.typed
hindsight/queue.py
hindsight/restore.py
hindsight/shipper.py
hindsight/transport.py
hindsight/cli/__init__.py
hindsight/cli/apply.py
hindsight/cli/audit.py
hindsight/cli/check.py
hindsight/cli/client.py
hindsight/cli/config.py
hindsight/cli/doctor.py
hindsight/cli/genesis.py
hindsight/cli/main.py
hindsight/cli/materialize.py
hindsight/cli/reconcile.py
hindsight/cli/scan.py
hindsight/cli/wal.py
hindsight/outbox/__init__.py
hindsight/outbox/adapter.py
hindsight/outbox/catalog.py
hindsight/outbox/db.py
hindsight/outbox/shipper.py
hindsight/outbox/spec.py
hindsight/outbox/sql.py
hindsight/sqlalchemy/__init__.py
hindsight/sqlalchemy/adapter.py
hindsight/sqlalchemy/manifest.py
hindsight/wal/__init__.py
hindsight/wal/pgoutput.py
hindsight/wal/reader.py
hindsight/wal/sql.py
hindsightdb.egg-info/PKG-INFO
hindsightdb.egg-info/SOURCES.txt
hindsightdb.egg-info/dependency_links.txt
hindsightdb.egg-info/entry_points.txt
hindsightdb.egg-info/requires.txt
hindsightdb.egg-info/top_level.txt
tests/test_canonical.py
tests/test_cli.py
tests/test_config.py
tests/test_config_cli.py
tests/test_outbox_adapter.py
tests/test_outbox_pg.py
tests/test_outbox_shipper.py
tests/test_outbox_sql.py
tests/test_queue_shipper.py
tests/test_sqlalchemy_adapter.py
tests/test_step4_cli.py
tests/test_wal_assembler.py
tests/test_wal_cli.py
tests/test_wal_pg.py
tests/test_wal_pgoutput.py
tests/test_wal_reader.py
tests/test_wal_sql.py