.gitignore
LICENSE
README.md
pyproject.toml
uv.lock
.github/workflows/ci.yml
.github/workflows/publish.yml
examples/advanced_features.py
examples/config_file_migration.py
examples/etl_data_import.py
examples/message_queue_consumer.py
examples/ml_inference_pipeline.py
src/pyrmute/__init__.py
src/pyrmute/_migration_manager.py
src/pyrmute/_registry.py
src/pyrmute/_schema_manager.py
src/pyrmute/_version.py
src/pyrmute/exceptions.py
src/pyrmute/migration_testing.py
src/pyrmute/model_diff.py
src/pyrmute/model_manager.py
src/pyrmute/model_version.py
src/pyrmute/py.typed
src/pyrmute/types.py
src/pyrmute.egg-info/PKG-INFO
src/pyrmute.egg-info/SOURCES.txt
src/pyrmute.egg-info/dependency_links.txt
src/pyrmute.egg-info/requires.txt
src/pyrmute.egg-info/top_level.txt
tests/conftest.py
tests/test_hypothesis.py
tests/test_migration_manager.py
tests/test_migration_testing.py
tests/test_model_diff.py
tests/test_model_manager.py
tests/test_model_version.py
tests/test_registry.py
tests/test_schema_manager.py