Metadata-Version: 1.1
Name: edgy.workflow
Version: 0.1.0
Summary: Simple workflow / finite state machine management.
Home-page: https://github.com/python-edgy/workflow
Author: UNKNOWN
Author-email: UNKNOWN
License: Apache License, Version 2.0
Download-URL: https://github.com/python-edgy/workflow/tarball/0.1.0
Description: 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.
        
        Read the docs: http://edgyworkflow.rtfd.org/
Platform: UNKNOWN
