A simple starting point to begin working with state machines in Python
Report Bug
.
Request Feature
Starting point to get started working with a state machines that can be used to continuously process data or monitor things in a stateful way
INFO - main - State driver starting
DEBUG - state_driver - Context: Transitioning to State1
DEBUG - state_driver - The context is in State1
DEBUG - state_driver - Context: Transitioning to State2
DEBUG - state_driver - The context is in State2
DEBUG - state_driver - Context: Transitioning to State1
DEBUG - state_driver - The context is in State1
INFO - state_driver - SIGNAL 2 or CTRL-C detected.
DEBUG - state_driver - Context: Transitioning to Terminate
DEBUG - state_driver - The context is in Terminate
INFO - state_driver - Running state set to False
INFO - main - Program completed
See the open issues for a list of proposed features (and known issues).
Carl Argabright - carl.argabright@gmail.com
Project Link: https://github.com/tekgeek88/state-machine-starter