LICENSE
README.md
pyproject.toml
safe_state/__init__.py
safe_state/backends.py
safe_state/checkpoint.py
safe_state/cli.py
safe_state/core.py
safe_state/exceptions.py
safe_state/idempotency.py
safe_state/progress.py
safe_state/protocols.py
safe_state/reconnect.py
safe_state/reporting.py
safe_state/serialization.py
safe_state/transactions.py
safe_state.egg-info/PKG-INFO
safe_state.egg-info/SOURCES.txt
safe_state.egg-info/dependency_links.txt
safe_state.egg-info/entry_points.txt
safe_state.egg-info/requires.txt
safe_state.egg-info/top_level.txt
tests/test_backends.py
tests/test_checkpoint.py
tests/test_cli.py
tests/test_core.py
tests/test_dead_letter.py
tests/test_durability.py
tests/test_idempotency.py
tests/test_progress.py
tests/test_protocols.py
tests/test_reconnect.py
tests/test_reporting.py
tests/test_transactions.py