Does anyone know about workflow frameworks/libraries in Python?

前端 未结 10 923
醉梦人生
醉梦人生 2020-12-24 08:30

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

10条回答
  •  温柔的废话
    2020-12-24 08:35

    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.

提交回复
热议问题