
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
Automaton
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.
- Free software: Apache license
- Documentation: http://docs.openstack.org/developer/automaton
- Source: http://git.openstack.org/cgit/openstack/automaton
- Bugs: http://bugs.launchpad.net/automaton
Description
Languages
Python
100%