Metadata-Version: 2.0
Name: SpiffWorkflow
Version: 0.5.22
Summary: A workflow framework based on www.workflowpatterns.com
Home-page: https://github.com/knipknap/SpiffWorkflow
Author: Samuel Abels
Author-email: cheeseshop.python.org@debain.org
License: lGPLv2
Keywords: spiff workflow bpmn engine
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
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-Dist: configparser
Requires-Dist: future
Requires-Dist: lxml

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.
.. _README file: https://github.com/knipknap/SpiffWorkflow/blob/master/README.md


