Metadata-Version: 1.0
Name: docflow
Version: 0.3
Summary: Python Document Workflows
Home-page: http://github.com/jace/pydocflow
Author: Kiran Jonnalagadda
Author-email: jace@pobox.com
License: UNKNOWN
Description: Docflow: Python Document Workflows
        ==================================
        
        Docflow is an implementation of document workflows in Python. A workflow
        defines `states` and `transitions`. A state is an “end point” associated with
        a document. A transition is a path from one state to another state
        (unidirectional). Docflow was inspired by `repoze.workflow`_ but aspires
        to be a framework-independent implementation.
        
        .. _repoze.workflow: http://docs.repoze.org/workflow/
        
        
        0.2
        ---
        
        - Workflows now have an ``apply_on`` class method.
        
        0.1
        ---
        
        - Initial version (alpha)
        
Keywords: workflow
Platform: UNKNOWN
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2.3
Classifier: Programming Language :: Python :: 2.4
Classifier: Programming Language :: Python :: 2.5
Classifier: Programming Language :: Python :: 2.6
Classifier: Programming Language :: Python :: 2.7
Classifier: License :: OSI Approved :: BSD License
Classifier: Operating System :: OS Independent
Classifier: Intended Audience :: Developers
Classifier: Development Status :: 3 - Alpha
Classifier: Topic :: Software Development :: Libraries
