Metadata-Version: 1.1
Name: edgy.workflow
Version: 0.1.1
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.1
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.
        
        .. image:: https://travis-ci.org/python-edgy/workflow.svg?branch=master
            :target: https://travis-ci.org/python-edgy/workflow
        
        .. image:: https://readthedocs.org/projects/edgyworkflow/badge/?version=latest
            :target: http://edgyworkflow.readthedocs.org/en/latest/?badge=latest
            :alt: Documentation Status
        
        Install
        :::::::
        
        .. code-block:: shell
        
            pip install edgy.workflow
Platform: UNKNOWN
