Skip to content

Latest commit

 

History

History
28 lines (15 loc) · 498 Bytes

README.md

File metadata and controls

28 lines (15 loc) · 498 Bytes

StateMachine

What is it?

A Python package for implementing UML State Machines.

This package is designed to be used in event driven systems such as twitter bots.

Features

  • Extended State Variables
  • Hierarchical Machines (using composite states)

Examples:

https://github.com/jsphon/StateMachine/wiki/Examples

Notes

FAQ

Why reinvent the wheel?

I couldn't find something the did what I need.

The closest I could this is this: https://github.com/tyarkoni/transitions