Does anyone know about workflow frameworks/libraries in Python?

前端 未结 10 935
醉梦人生
醉梦人生 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条回答
  •  Happy的楠姐
    2020-12-24 09:01

    I used hurry.workflow: http://pypi.python.org/pypi/hurry.workflow It has plenty of features but unfortunately has some zope dependecies so it may be not applicable for other frameworks.

提交回复
热议问题