.coveragerc
.gitignore
.pydoctor.cfg
.readthedocs.yaml
LICENSE
README.md
SECURITY.md
mypy.ini
pyproject.toml
tox.ini
typical_example_happy.py
.github/workflows/ci.yml
benchmark/test_transitions.py
docs/Makefile
docs/compare.rst
docs/conf.py
docs/index.rst
docs/requirements.in
docs/requirements.txt
docs/tutorial.rst
docs/visualize.rst
docs/_static/garage_door.machineFactory.dot.png
docs/_static/mystate.machine.MyMachine._machine.dot.png
docs/api/index.rst
docs/examples/automat_card.py
docs/examples/automat_example.py
docs/examples/coffee_expanded.py
docs/examples/dont_get_state.py
docs/examples/feedback_debugging.py
docs/examples/feedback_errors.py
docs/examples/feedback_order.py
docs/examples/garage_door.py
docs/examples/garage_door_security.py
docs/examples/io_coffee_example.py
docs/examples/lightswitch.py
docs/examples/serialize_machine.py
docs/examples/turnstile_example.py
docs/examples/turnstile_typified.py
src/Automat.egg-info/PKG-INFO
src/Automat.egg-info/SOURCES.txt
src/Automat.egg-info/dependency_links.txt
src/Automat.egg-info/entry_points.txt
src/Automat.egg-info/requires.txt
src/Automat.egg-info/top_level.txt
src/automat/__init__.py
src/automat/_core.py
src/automat/_discover.py
src/automat/_introspection.py
src/automat/_methodical.py
src/automat/_runtimeproto.py
src/automat/_typed.py
src/automat/_visualize.py
src/automat/py.typed
src/automat/_test/__init__.py
src/automat/_test/test_core.py
src/automat/_test/test_discover.py
src/automat/_test/test_methodical.py
src/automat/_test/test_trace.py
src/automat/_test/test_type_based.py
src/automat/_test/test_visualize.py