state-machine-db

Provides the implementation of a configurable state machine


Keywords
state, machine, finite, sqlite3, state-machine
License
GPL-3.0
Install
pip install state-machine-db==0.1

Documentation

Travis CI build status (Linux) Latest PyPI version Documentation Status https://coveralls.io/repos/github/jonDel/state_machine/badge.svg?branch=master Code Health https://www.versioneye.com/user/projects/582ddf73c8dd3300448f9e81/badge.svg?style=flat

state_machine

state_machine provides the implementation of a state machine

Example

>>> from state_machine import StateMachine
>>> st = StateMachine('/tmp/db.sqlite', 'first')

Installation

To install state_machine, simply run:

$ pip install state_machine

state_machine is compatible with Python 2.6+

Documentation

https://state_machine.readthedocs.io

Source Code

Feel free to fork, evaluate and contribute to this project.

Source: https://github.com/jonDel/state_machine

License

GPLv3 licensed.