Friendly state machines for python.
Go to file
jacky06 d92ea1f8be Sync Sphinx requirement
1. Sync sphinx dependency with global requirements. It caps python 2 since
sphinx 2.0 no longer supports Python 2.7.
2. Remove unncessary "=="

Change-Id: Ied4095b176b20795f6a8d4d7a84d01d958d76896
2019-06-19 00:57:49 +08:00
automaton Remove kwarg default_start_state in the machine constructor 2017-08-22 14:05:16 +08:00
doc/source Sync Sphinx requirement 2019-06-19 00:57:49 +08:00
releasenotes Update master for stable/stein 2019-03-18 14:37:52 +00:00
.coveragerc Added code coverage section to tox 2015-10-05 17:10:31 -04:00
.gitignore Switch to stestr 2018-07-11 09:48:53 +07:00
.gitreview OpenDev Migration Patch 2019-04-19 19:42:55 +00:00
.stestr.conf Switch to stestr 2018-07-11 09:48:53 +07:00
.zuul.yaml add python 3.7 unit test job 2019-02-15 16:06:33 -05:00
babel.cfg Revamp repo to match openstack repos 2015-06-05 17:18:17 -07: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
lower-constraints.txt Sync Sphinx requirement 2019-06-19 00:57:49 +08:00
README.rst Update to opendev 2019-04-23 13:53:38 +08:00
requirements.txt Switch to stestr 2018-07-11 09:48:53 +07:00
setup.cfg Change openstack-dev to openstack-discuss 2018-12-03 21:59:20 -05:00
setup.py Updated from global requirements 2017-03-02 11:42:49 +00:00
test-requirements.txt Sync Sphinx requirement 2019-06-19 00:57:49 +08:00
tox.ini Update to opendev 2019-04-23 13:53:38 +08: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.