Metadata-Version: 1.1
Name: SpiffWorkflow
Version: 0.3.0
Summary: A workflow framework based on www.workflowpatterns.com
Home-page: http://code.google.com/p/spiff-workflow/
Author: Samuel Abels
Author-email: cheeseshop.python.org@debain.org
License: lGPLv2
Description: 
        Spiff Workflow is a library implementing workflows in pure Python.
        It was designed to provide a clean API, and tries to be very easy to use.
        
        You can find a list of supported workflow patterns in the `README file`_
        included with the package.
        
        WARNING! This software is still under development - there are no guarantees
        to API stability at this time.
        
        .. _README file: http://code.google.com/p/spiff-workflow/source/browse/trunk/README
        
Keywords: spiff guard acl acls security authentication object storage
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: GNU Library or Lesser General Public License (LGPL)
Classifier: Programming Language :: Python
Classifier: Topic :: Other/Nonlisted Topic
Classifier: Topic :: Software Development :: Libraries
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Requires: sqlalchemy
Requires: SpiffSignal
