Friendly state machines for python.
Go to file
Takashi Kajinami 19e9d5551c Declare Python 3.12 support
Now Python 3.12 unit tests job is voting. So we can safely say this
is tested with Python 3.12 .

Change-Id: I856416ebfe8d9468323f3eaff8f0c288734b6e26
2024-10-09 22:49:15 +09:00
automaton Remove six dependency 2020-12-12 08:08:06 +01:00
doc Remove old excludes 2024-04-30 17:48:46 +09:00
releasenotes reno: Update master for unmaintained/zed 2024-05-06 05:54:58 +00:00
.coveragerc Added code coverage section to tox 2015-10-05 17:10:31 -04:00
.gitignore Ignore releasenote artifacts files. 2020-02-04 10:13:23 +01:00
.gitreview OpenDev Migration Patch 2019-04-19 19:42:55 +00:00
.pre-commit-config.yaml pre-commit: Bump versions 2024-02-02 12:54:36 +00:00
.stestr.conf Switch to stestr 2018-07-11 09:48:53 +07:00
.zuul.yaml Test python 3.10 and 3.11 2024-01-11 15:36:52 -08:00
bindep.txt Add local bindep.txt 2019-06-26 18:30:20 +02:00
CONTRIBUTING.rst Moving to OFTC 2021-06-07 21:08:51 +00:00
HACKING.rst Sync Sphinx requirement 2019-06-19 00:57:49 +08:00
LICENSE Initial commit 2014-12-02 22:38:57 -08:00
README.rst Update to opendev 2019-04-23 13:53:38 +08:00
requirements.txt Remove old excludes 2024-04-30 17:48:46 +09:00
setup.cfg Declare Python 3.12 support 2024-10-09 22:49:15 +09:00
setup.py Small cleanup 2020-05-26 09:00:31 +02:00
test-requirements.txt Remove old excludes 2024-04-30 17:48:46 +09:00
tox.ini Merge "Remove lower-constraints remnants" 2021-04-16 12:48:49 +00:00

Automaton

Latest Version

Downloads

Friendly state machines for python. The goal of this library is to provide well documented state machine classes and associated utilities. The state machine pattern (or the implemented variation there-of) is a commonly used pattern and has a multitude of various usages. Some of the usages for this library include providing state & transition validation and running/scheduling/analyzing the execution of tasks.