Friendly state machines for python.
Go to file
Vu Cong Tuan f33976e904 Remove pbr warnerrors in favor of sphinx check
This change removes the now unused "warnerrors" setting,
which is replaced by "warning-is-error" in sphinx
releases >= 1.5 [1].

[1] http://lists.openstack.org/pipermail/openstack-dev/
2017-March/113085.html

Change-Id: Ibf89e1ac2020bc1d051cdbbbb316c941650a430d
2017-06-09 14:24:38 +07:00
automaton Merge "Removes unnecessary utf-8 encoding" 2017-01-12 16:50:14 +00:00
doc/source Add a state-space machine building example 2016-02-02 14:50:53 -08:00
releasenotes Update reno for stable/ocata 2017-01-20 19:14:58 +00:00
tools Add Constraints support 2016-12-20 15:31:27 +11:00
.coveragerc Added code coverage section to tox 2015-10-05 17:10:31 -04:00
.gitignore Added code coverage section to tox 2015-10-05 17:10:31 -04:00
.gitreview Revamp repo to match openstack repos 2015-06-05 17:18:17 -07:00
.testr.conf Revamp repo to match openstack repos 2015-06-05 17:18:17 -07:00
CONTRIBUTING.rst Add code repo, mail list, and IRC to CONTRIBUTING 2015-06-24 20:34:47 +00:00
HACKING.rst Revamp repo to match openstack repos 2015-06-05 17:18:17 -07:00
LICENSE Initial commit 2014-12-02 22:38:57 -08:00
README.rst Enhance the README 2015-09-24 21:39:13 +00:00
babel.cfg Revamp repo to match openstack repos 2015-06-05 17:18:17 -07:00
requirements.txt Updated from global requirements 2017-04-12 04:09:48 +00:00
setup.cfg Remove pbr warnerrors in favor of sphinx check 2017-06-09 14:24:38 +07:00
setup.py Updated from global requirements 2017-03-02 11:42:49 +00:00
test-requirements.txt Updated from global requirements 2017-06-02 21:53:26 +00:00
tox.ini Remove support for py34 2017-06-05 11:15:01 +07: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.