Friendly state machines for python.
Go to file
Hervé Beraud de336d03cd Use TOX_CONSTRAINTS_FILE
UPPER_CONSTRAINTS_FILE is old name and deprecated
This allows to use upper-constraints file as more
readable way instead of UPPER_CONSTRAINTS_FILE=<lower-constraints file>.

[1] https://review.opendev.org/#/c/722814/
[2] https://zuul-ci.org/docs/zuul-jobs/python-roles.html#rolevar-tox.tox_constraints_file

Change-Id: I0689bf1a5e7f44fcdc4519932df291db679e0869
2020-11-04 10:45:37 +01:00
automaton Stop to use the __future__ module. 2020-06-02 19:34:29 +02:00
doc Adding pre-commit 2020-09-15 17:41:13 +02:00
releasenotes Update master for stable/victoria 2020-09-11 20:54:34 +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 Adding pre-commit 2020-09-15 17:41:13 +02:00
.stestr.conf Switch to stestr 2018-07-11 09:48:53 +07:00
.zuul.yaml Add Python3 wallaby unit tests 2020-09-11 20:54:36 +00:00
CONTRIBUTING.rst Update to opendev 2019-04-23 13:53:38 +08: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
bindep.txt Add local bindep.txt 2019-06-26 18:30:20 +02:00
lower-constraints.txt Update lower-constraints list 2020-06-08 15:37:47 -05:00
requirements.txt Switch to stestr 2018-07-11 09:48:53 +07:00
setup.cfg Add py38 package metadata 2020-04-24 08:22:33 -05:00
setup.py Small cleanup 2020-05-26 09:00:31 +02:00
test-requirements.txt Adding pre-commit 2020-09-15 17:41:13 +02:00
tox.ini Use TOX_CONSTRAINTS_FILE 2020-11-04 10:45:37 +01:00

README.rst

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.