LICENSE
README.md
pyproject.toml
django_logic/__init__.py
django_logic/apps.py
django_logic/checks.py
django_logic/commands.py
django_logic/conf.py
django_logic/exceptions.py
django_logic/logger.py
django_logic/models.py
django_logic/process.py
django_logic/state.py
django_logic/transition.py
django_logic.egg-info/PKG-INFO
django_logic.egg-info/SOURCES.txt
django_logic.egg-info/dependency_links.txt
django_logic.egg-info/not-zip-safe
django_logic.egg-info/requires.txt
django_logic.egg-info/top_level.txt
django_logic/background/__init__.py
django_logic/background/apps.py
django_logic/background/exceptions.py
django_logic/background/models.py
django_logic/background/observability.py
django_logic/background/pull.py
django_logic/background/runner.py
django_logic/background/safety_nets.py
django_logic/background/serializers.py
django_logic/background/transitions.py
django_logic/management/__init__.py
django_logic/management/commands/__init__.py
django_logic/management/commands/dl_transitions.py
django_logic/management/commands/dl_worker.py
django_logic/migrations/0001_initial.py
django_logic/migrations/0001_squashed_0010_proxy_model_label.py
django_logic/migrations/0002_transitionmessage_timing.py
django_logic/migrations/0003_transitionmessage_failure_side_effect_error.py
django_logic/migrations/0004_transitionmessage_timeout_seconds.py
django_logic/migrations/0005_transitionmessage_instance_id_text.py
django_logic/migrations/0006_per_process_constraint_and_field_name.py
django_logic/migrations/0007_transitionmessage_owning_process_class.py
django_logic/migrations/0008_transitionmessage_dispatch_marker.py
django_logic/migrations/0009_remove_dispatch_marker.py
django_logic/migrations/0010_proxy_model_label.py
django_logic/migrations/__init__.py
django_logic/testing/__init__.py
django_logic/testing/assertions.py
django_logic/testing/driven.py
django_logic/testing/idempotency.py
django_logic/testing/output.py
django_logic/testing/rows.py
django_logic/testing/runner.py
django_logic/testing/scenario.py
django_logic/testing/snapshot.py
django_logic/testing/tracking.py
tests/test_assert_idempotent.py
tests/test_binding_validation.py
tests/test_callback_isolation.py
tests/test_core_settings_validation.py
tests/test_cross_machine_cascade.py
tests/test_definition_validation_pins.py
tests/test_engine_failure_paths.py
tests/test_exception_semantics.py
tests/test_explicit_busy_state.py
tests/test_hook_signature_validation.py
tests/test_lock_identity.py
tests/test_lock_logging.py
tests/test_lock_ownership.py
tests/test_lock_release_and_restore_pins.py
tests/test_lock_revalidate.py
tests/test_metadata.py
tests/test_multidb_alias.py
tests/test_process.py
tests/test_process_guards.py
tests/test_process_scoped_messages.py
tests/test_removed_settings_check.py
tests/test_router_check.py
tests/test_scenario.py
tests/test_settings_and_shadowing_checks.py
tests/test_silent_rollback_accounting.py
tests/test_state.py
tests/test_system_checks.py
tests/test_testing_contract_pins.py
tests/test_testing_helper_guards.py
tests/test_testing_helpers.py
tests/test_transition.py
tests/test_voice.py
tests/test_write_failure_accounting.py