Friendly state machines for python.
Go to file
melissaml 80821695a3 Change openstack-dev to openstack-discuss
Mailinglists have been updated. Openstack-discuss replaces openstack-dev.

Change-Id: I19475a552c7efa44a30354adf55f4b5c2b09d201
2018-12-14 20:44:45 +08:00
automaton Remove kwarg default_start_state in the machine constructor 2017-08-22 14:05:16 +08:00
doc/source switch from oslosphinx to openstackdocstheme 2017-07-06 15:39:45 -04:00
releasenotes Update reno for stable/rocky 2018-07-26 12:32:31 +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 Revamp repo to match openstack repos 2015-06-05 17:18:17 -07:00
.stestr.conf Switch to stestr 2018-07-11 09:48:53 +07:00
.zuul.yaml add lib-forward-testing-python3 test job 2018-08-11 18:20:07 -04:00
CONTRIBUTING.rst Change openstack-dev to openstack-discuss 2018-12-14 20:44:45 +08:00
HACKING.rst Update URLs in documents according to document migration 2017-07-12 15:52:24 +08:00
LICENSE Initial commit 2014-12-02 22:38:57 -08:00
README.rst Trivial: Update pypi url to new url 2018-04-21 02:40:23 +08:00
babel.cfg Revamp repo to match openstack repos 2015-06-05 17:18:17 -07:00
lower-constraints.txt Switch to stestr 2018-07-11 09:48:53 +07: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 Switch to stestr 2018-07-11 09:48:53 +07:00
tox.ini Switch to stestr 2018-07-11 09:48:53 +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.