edgy.workflow

Simple workflow / finite state machine management.


License
Apache-2.0
Install
pip install edgy.workflow==0.1.1

Documentation

Workflow

Workflow is a simple python library to handle finite state machines, a.k.a objects that always have a state amongst a finite list of possible states and transitions between those states.

https://travis-ci.org/python-edgy/workflow.svg?branch=master Coverage Status Documentation Status

Install

pip install edgy.workflow