Cao Xuan Hoang fa92789024 Removes unnecessary utf-8 encoding
The following files added utf-8 encoding but never used. So we can
remove them at all.

automaton/_utils.py
automaton/converters/pydot.py
automaton/exceptions.py
automaton/machines.py
automaton/runners.py
automaton/tests/test_fsm.py

Change-Id: I6b3b4f3b0b53cc4223cdea02e3cda8cd548a4115
2016-12-22 10:08:52 +07:00
2016-12-20 15:31:27 +11:00
2015-10-05 17:10:31 -04:00
2015-10-05 17:10:31 -04:00
2015-06-05 17:18:17 -07:00
2014-12-02 22:38:57 -08:00
2015-09-24 21:39:13 +00:00
2016-10-17 15:37:27 +05:30
2015-09-17 12:10:54 +00:00
2016-12-20 15:31:27 +11: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.

Description
Friendly state machines for python.
Readme 1.7 MiB
Languages
Python 100%