declarative-fsm
FSM
An implementation of a declarative finite state machine in Python
A Python declarative finite state machine.
43 stars
6 watching
10 forks
Language: Python
last commit: over 2 years 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. | 931 |
dyrkin/fsm | An implementation of a Finite State Machine in Go. | 62 |
tbpixel/functional-finite-state-machine | A dead simple finite-state-machine implementation in JavaScript | 14 |
sasa1977/fsm | An immutable finite state machine implementation without separate processes | 358 |
entt-dev/fsm | A C++ implementation of a finite state machine with ECS layout optimization | 8 |
igorrius/go-fsm | A Go package implementing a Finite State Machine with contextual state transitions and actions. | 9 |
ryanfaerman/fsm | A lightweight Go library for implementing finite state machines with parallel transition checks. | 159 |
theckman/go-fsm | A library providing a simple and safe finite state machine implementation in Go. | 17 |
camelot-framework/yatomata | A lightweight implementation of finite state machines in Java with a declarative approach and easy-to-use API | 26 |
gurpartap/statemachine-go | A library that provides a simple and feature-complete implementation of finite-state machines in Go | 100 |
vstirbu/fsm-as-promised | A minimalistic finite state machine library implemented using ES6 promises | 463 |
nickuraltsev/finity | A finite state machine library with event-based, time-based, and Promise-based triggers. | 131 |
matthewp/robot | A functional and immutable Finite State Machine library for managing application state in JavaScript applications. | 1,931 |
cassiozen/state-machine | A JavaScript library for creating hierarchical finite state machines with conditional transitions and callbacks. | 159 |
cocoonspace/fsm | A package that allows developers to add finite-state machines to their Go code | 66 |