A Python package for implementing UML State Machines.
This package is designed to be used in event driven systems such as twitter bots.
- Extended State Variables
- Hierarchical Machines (using composite states)
https://github.com/jsphon/StateMachine/wiki/Examples
I couldn't find something the did what I need.
The closest I could this is this: https://github.com/tyarkoni/transitions