Files
automaton/README.rst
Stephen Finucane b73bb3b67c Add typing
Signed-off-by: Stephen Finucane <stephenfin@redhat.com>
Change-Id: Ib34fab9de71cdadb0e4a8a211f86b9e6dc362007
2026-01-09 13:28:53 +00:00

1.1 KiB

Automaton

image

Latest Version

Downloads

Typing Status

Friendly state machines for Python. The goal of this library is to provide well documented state machine classes and associated utilities. The state machine pattern (or the implemented variation there-of) is a commonly used pattern and has a multitude of various usages. Some of the usages for this library include providing state & transition validation and running/scheduling/analyzing the execution of tasks.