RETIRED, further work has moved to Debian project infrastructure
Go to file
OpenDev Sysadmins 6ff938db86 OpenDev Migration Patch
This commit was bulk generated and pushed by the OpenDev sysadmins
as a part of the Git hosting and code review systems migration
detailed in these mailing list posts:

http://lists.openstack.org/pipermail/openstack-discuss/2019-March/003603.html
http://lists.openstack.org/pipermail/openstack-discuss/2019-April/004920.html

Attempts have been made to correct repository namespaces and
hostnames based on simple pattern matching, but it's possible some
were updated incorrectly or missed entirely. Please reach out to us
via the contact information listed at https://opendev.org/ with any
questions you may have.
2019-04-19 19:26:14 +00:00
automaton Ensure state space can also pass on_enter/exit callbacks 2016-01-27 11:14:19 -08:00
debian Bumped debhelper compat version to 10 2016-11-24 00:04:20 +01:00
doc/source Add a state-space machine building example 2016-02-02 14:50:53 -08: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 OpenDev Migration Patch 2019-04-19 19:26:14 +00: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 2016-01-23 10:47:20 +00:00
setup.cfg docs - Set pbr 'warnerrors' option for doc build 2015-09-24 21:46:09 -04:00
setup.py Updated from global requirements 2015-09-17 12:10:54 +00:00
test-requirements.txt Updated from global requirements 2016-01-16 03:25:10 +00:00
tox.ini Put py34 first in the envlist order of tox ,remove py33 2015-12-23 07:05:39 +05:30

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.