README.rst
setup.cfg
setup.py
contessa/__init__.py
contessa/alembic.ini
contessa/base_rules.py
contessa/consistency_checker.py
contessa/db.py
contessa/executor.py
contessa/migration.py
contessa/migration_runner.py
contessa/models.py
contessa/normalizer.py
contessa/rules.py
contessa/runner.py
contessa/settings.py
contessa/utils.py
contessa.egg-info/PKG-INFO
contessa.egg-info/SOURCES.txt
contessa.egg-info/dependency_links.txt
contessa.egg-info/entry_points.txt
contessa.egg-info/requires.txt
contessa.egg-info/top_level.txt
contessa/alembic/README
contessa/alembic/env.py
contessa/alembic/packages_migrations.py
contessa/alembic/script.py.mako
contessa/alembic/versions/480e6618700d_change_type_to_name.py
contessa/alembic/versions/54f8985b0ee5_init.py
contessa/alembic/versions/a179e5ca0ad2_set_defaults_and_nullables.py
test/__init__.py
test/conftest.py
test/utils.py
test/integration/__init__.py
test/integration/conftest.py
test/integration/test_connector.py
test/integration/test_consistency.py
test/integration/test_executor.py
test/integration/test_migration.py
test/integration/test_migration_runner.py
test/integration/test_models.py
test/integration/test_rules.py
test/integration/test_runner.py
test/unit/__init__.py
test/unit/conftest.py
test/unit/test_custom_sql_rule.py
test/unit/test_executor.py
test/unit/test_migration.py
test/unit/test_normalizer.py
test/unit/test_rules.py
test/unit/test_runner.py