state_machine
State machine
A Python library that provides a declarative way to define states and transitions for objects
Python State Machine for humans
405 stars
18 watching
28 forks
Language: Python
last commit: about 4 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. | 911 |
shuckster/statebot-sh | An implementation of a finite state machine using shell scripts to manage the behavior of a program. | 17 |
state-machines/state_machines | Supports creating state machines for attributes on Ruby classes | 818 |
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 |
unquietcode/jstate | Provides a Java tool for building and managing state machines with standardized methods and callbacks. | 97 |
openstack/automaton | Provides tools for creating and managing state machines in Python to validate and execute tasks | 50 |
pgularski/pysm | A versatile Python State Machine library for building flexible and scalable state-based systems | 73 |
achou11/state-machines | A collection of knowledge and terminology around state machines used in software development | 62 |
davidmoten/state-machine | Generates Java classes to handle state transitions based on a state machine definition | 135 |
vikingco/django-states2 | A Django project providing a state machine implementation for managing model states | 132 |
joaomdmoura/machinery | A lightweight Elixir library for creating and managing state machines | 535 |
shuckster/statebot | An implementation of a finite state machine in JavaScript, allowing developers to describe and manage states using a flowchart-like syntax. | 28 |
philipdev/stateflow | A tool for implementing event-driven state machines in JavaScript applications | 12 |
opyh/motion-state-machine | A state machine gem designed to simplify complex UI states and handle asynchronous events in RubyMotion apps. | 70 |
cpressey/facts-about-state-machines | Exploring state machines and their applications in software development | 727 |