Introduction ------------ Spiff Workflow is a library implementing a framework for workflows. It is based on http://www.workflowpatterns.com and implemented in pure Python. Supported workflow patterns include (at least) the following:
1. Sequence 2. Parallel Split 3. Synchronization 4. Exclusive Choice 5. Simple Merge 6. Multi-Choice 7. Structured Synchronizing Merge 8. Multi-Merge 9. Structured Discriminator 10. Arbitrary Cycles Spiff Workflow is part of the Spiff platform, which aims to produce a number of generic libraries generally needed in enterprise applications. This release is the initial release and SHOULD NOT BE USED IN PRODUCTION ENVIRONMENTS - this release is meant for development only. Spiff Workflow is free software and distributed under the GNU LGPLv2.1. Dependencies ------------- Python >= 2.4 Download --------- The release page is here: http://pypi.python.org/pypi/Spiff%20Workflow/0.0.1 You can also check the code out of SVN: svn checkout http://spiff.googlecode.com/svn/trunk/libs/Workflow/ Links: ------- Spiff project page: http://code.google.com/p/spiff/ Mailing list: http://groups.google.com/group/spiff-devel Bug tracker: http://code.google.com/p/spiff/issues/list Documentation: http://spiff.googlecode.com/svn/trunk/libs/Workflow/README Browse the source: http://spiff.googlecode.com/svn/trunk/libs/Workflow/ If you have any questions, please do not hesitate to ask. -Samuel -- http://mail.python.org/mailman/listinfo/python-list