xworkflows
State machine library
A Python module that enables the creation and management of workflows or state machines.
Python "state machine" module
188 stars
19 watching
26 forks
Language: Python
last commit: over 2 years ago
Linked from 1 awesome list
Related projects:
Repository | Description | Stars |
---|---|---|
rbarrois/django_xworkflows | A library that enables workflow management with Django models | 106 |
ryan-allen/workflow | A Ruby state machine library that models and interacts with workflows in a finite-state-machine-inspired API. | 233 |
geekq/workflow | An API for modeling and interacting with workflow states and transitions in a state-machine-inspired way | 1,762 |
openstack/automaton | Provides tools for creating and managing state machines in Python to validate and execute tasks | 53 |
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. | 926 |
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 |
brucou/kingly | A small JavaScript library for modeling and executing user interface behavior as state machines. | 203 |
jtushman/state_machine | A Python library that provides a declarative way to define states and transitions for objects | 404 |
robosoft-ai/smacc | A C++ library for building real-time state machines in ROS applications | 303 |
pgularski/pysm | A versatile Python State Machine library for building flexible and scalable state-based systems | 73 |
whitaker-io/machine | A library for creating data workflows that can be simple or complex, with features like recursion and memoization. | 159 |
tinkerspy/automaton | A framework for building reactive state machines on microcontrollers like Arduino | 375 |
baffelli/pyperator | A Python library for building asynchronous workflows with a directed acyclic graph structure | 60 |
philipdev/stateflow | A tool for implementing event-driven state machines in JavaScript applications | 12 |
vikingco/django-states2 | A Django project providing a state machine implementation for managing model states | 131 |