Skip to content

A simple starting point to begin working with state machines in Python

Notifications You must be signed in to change notification settings

tekgeek88/state-machine-starter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation


State Machine Starter

A simple starting point to begin working with state machines in Python
Report Bug . Request Feature

Table of Contents

About The Project

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

Example Output

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

Roadmap

See the open issues for a list of proposed features (and known issues).

Contact

Carl Argabright - carl.argabright@gmail.com

Project Link: https://github.com/tekgeek88/state-machine-starter

About

A simple starting point to begin working with state machines in Python

Resources

Stars

Watchers

Forks

Languages