automaton
Finite state machine library
A Python library to define and manage finite-state machines in an easy-to-use and elegant way
A minimal Python finite-state machine.
23 stars
3 watching
2 forks
Language: Python
last commit: about 3 years ago
Linked from 1 awesome list
automataautomatonfinite-state-machinepythonic
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 |
glyph/automat | 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. | 592 |
blady-com/automate | Generates Ada code from finite-state machine descriptions. | 7 |
pzuh/finitestatemachine | An implementation of Finite State Machine in ActionScript 3.0 for AI bot/agent in video games | 3 |
pgularski/pysm | A versatile Python State Machine library for building flexible and scalable state-based systems | 73 |
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 |
bykof/stateful | A library for creating and managing finite state machines in Go. | 209 |
soveran/micromachine | A minimal implementation of a finite state machine in Ruby | 525 |
piotrmurach/finite_machine | A minimalist Ruby gem for defining and managing finite state machines with straightforward syntax and powerful callback mechanisms. | 808 |
camelot-framework/yatomata | A lightweight implementation of finite state machines in Java with a declarative approach and easy-to-use API | 26 |
atabel/makina | A simple finite state machine with guard conditions and callbacks for managing complex logic flows. | 1 |
nsi-iff/fluidity | A Python library implementing state machine functionality for objects | 57 |
nickuraltsev/finity | A finite state machine library with event-based, time-based, and Promise-based triggers. | 131 |