automat
State machine library
A Python library for expressing finite-state machines in an idiomatic way, allowing developers to define and enforce complex state transitions without cluttering their code with conditional logic.
Self-service finite-state machines for the programmer on the go.
592 stars
20 watching
65 forks
Language: Python
last commit: 26 days ago
Linked from 1 awesome list
Related projects:
Repository | Description | Stars |
---|---|---|
fgmacedo/python-statemachine | A Python library for creating and managing finite state machines with support for synchronous and asynchronous programming, conditional transitions, and graphical representation. | 911 |
pgularski/pysm | A versatile Python State Machine library for building flexible and scalable state-based systems | 73 |
nazavode/automaton | A Python library to define and manage finite-state machines in an easy-to-use and elegant way | 23 |
openstack/automaton | Provides tools for creating and managing state machines in Python to validate and execute tasks | 50 |
gurpartap/statemachine-go | A library that provides a simple and feature-complete implementation of finite-state machines in Go | 98 |
qmuntal/stateless | A Go library for creating finite state machines directly in code | 972 |
jtushman/state_machine | A Python library that provides a declarative way to define states and transitions for objects | 405 |
bykof/stateful | A library for creating and managing finite state machines in Go. | 209 |
stonecypher/jssm | A JavaScript library for creating and managing finite state machines with visualizations | 335 |
veelenga/aasm.cr | A simple finite state machine library for Crystal classes | 51 |
calebwin/go-sm | A Go library for generating and managing finite-state machines with persistent state history and callback functions. | 14 |
blady-com/automate | Generates Ada code from finite-state machine descriptions. | 7 |
rbarrois/xworkflows | A Python module that enables the creation and management of workflows or state machines. | 188 |
brucou/kingly | A small JavaScript library for modeling and executing user interface behavior as state machines. | 202 |
tinkerspy/automaton | A framework for building reactive state machines on microcontrollers like Arduino | 372 |