fluidity
State machine library
A Python library implementing state machine functionality for objects
State machine implementation for Python objects
57 stars
4 watching
8 forks
Language: Python
last commit: about 13 years ago
Linked from 1 awesome list
Related projects:
Repository | Description | Stars |
---|---|---|
pgularski/pysm | A versatile Python State Machine library for building flexible and scalable state-based systems | 73 |
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 |
nazavode/automaton | A Python library to define and manage finite-state machines in an easy-to-use and elegant way | 23 |
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 |
rbarrois/xworkflows | A Python module that enables the creation and management of workflows or state machines. | 188 |
openstack/automaton | Provides tools for creating and managing state machines in Python to validate and execute tasks | 50 |
nickuraltsev/finity | A finite state machine library with event-based, time-based, and Promise-based triggers. | 131 |
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 |
johnscillieri/psutil-nim | A Nim port of Python's psutil library for cross-platform system information access | 62 |
status-im/nim-faststreams | An efficient input/output stream library for Nim language | 125 |
cassiozen/state-machine | A JavaScript library for creating hierarchical finite state machines with conditional transitions and callbacks. | 159 |
qmuntal/stateless | A Go library for creating finite state machines directly in code | 972 |
geekq/workflow | An API for modeling and interacting with workflow states and transitions in a state-machine-inspired way | 1,763 |
digint/tinyfsm | A simple C++ finite state machine library for building and managing complex state transitions. | 949 |