I\'m searching for a workflow library/framework for Python. I\'m astonished that there I cannot find anything which is simple and not attached to Zope/Plone.
Does a
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.