.flake8
.gitignore
.pre-commit-config.yaml
.secrets.baseline
Dockerfile.test
LICENSE
Makefile
README.md
pyproject.toml
pytest.ini
.github/workflows/build.yml
.github/workflows/tests.yml
examples/basic/conftest.py
examples/basic/sample_changeset.json
examples/basic/test_example.py
src/db_delta/__init__.py
src/db_delta/models.py
src/db_delta/validate.py
src/db_delta.egg-info/PKG-INFO
src/db_delta.egg-info/SOURCES.txt
src/db_delta.egg-info/dependency_links.txt
src/db_delta.egg-info/requires.txt
src/db_delta.egg-info/top_level.txt
tests/__init__.py
tests/conftest.py
tests/requirements.txt
tests/test_models.py
tests/test_validate.py
tests/data/initial_db_items.json
tests/data/sample_changeset.json
tests/data/table_schema.json