LICENSE
README.md
pyproject.toml
src/deadcanary/__init__.py
src/deadcanary/__main__.py
src/deadcanary/demo.py
src/deadcanary/gate.py
src/deadcanary/hunt.py
src/deadcanary/mutations.py
src/deadcanary/sources.py
src/deadcanary.egg-info/PKG-INFO
src/deadcanary.egg-info/SOURCES.txt
src/deadcanary.egg-info/dependency_links.txt
src/deadcanary.egg-info/entry_points.txt
src/deadcanary.egg-info/requires.txt
src/deadcanary.egg-info/top_level.txt
src/deadcanary/_demo/dbt_project.yml
src/deadcanary/_demo/profiles.yml
src/deadcanary/_demo/models/orders.sql
src/deadcanary/_demo/models/schema.yml
src/deadcanary/_demo/models/stg_orders.sql
src/deadcanary/_demo/seeds/raw_orders.csv
tests/test_gate.py
tests/test_honesty.py
tests/test_mutations.py
tests/test_packaged_demo.py
tests/test_sources.py