.gitignore
Dockerfile.test
LICENSE
README.md
REFERENCE.md
SECURITY.md
pyproject.toml
tarkin.jpg
test_integrations.sh
uv.lock
.github/workflows/publish.yaml
.github/workflows/test.yaml
tarkin/__init__.py
tarkin/attach.py
tarkin/build.py
tarkin/cli.py
tarkin/codegen.py
tarkin/credentials.py
tarkin/detach.py
tarkin/diff.py
tarkin/erase.py
tarkin/inspect.py
tarkin/migrate.py
tarkin/model.py
tarkin/serialize.py
tarkin/utils.py
tarkin/validate.py
tarkin/yaml.py
tarkin.egg-info/PKG-INFO
tarkin.egg-info/SOURCES.txt
tarkin.egg-info/dependency_links.txt
tarkin.egg-info/entry_points.txt
tarkin.egg-info/requires.txt
tarkin.egg-info/top_level.txt
tests/__init__.py
tests/fixtures.py
tests/test_codegen.py
tests/test_credentials.py
tests/test_diff.py
tests/test_erase.py
tests/test_integration.py
tests/test_migrate.py
tests/test_retention.py
tests/test_roundtrip.py
tests/test_validate.py