Does anyone know about workflow frameworks/libraries in Python? Does anyone know about workflow frameworks/libraries in Python? python python

Does anyone know about workflow frameworks/libraries in Python?


Try GoFlow, a workflow engine for Django.


Unfortunately it seems like most/all of the projects listed here are no longer active. Here's a new project which is currently ongoing:

http://packages.python.org/django-workflows/overview.html


Another workflow project that I saw recently was repoze.workflow, which is a state-machine based workflow engine which was inspired by plone, but is a clean re-implementation.

http://svn.repoze.org/repoze.workflow/trunk/docs/index.rst

Not exactly sure how production ready it really is, but I do know some people that are using it.