Does anyone know about workflow frameworks/libraries in Python?

前端 未结 10 927
醉梦人生
醉梦人生 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:34

    Besides GoFlow (linked in Oli's answer) the only other Django workflow I know of is part of the Pinax project.

    More generally for Python based workflows there is spiff workflow and Dave Kuhlman's Workflow and REST How-to that could probably be converted from Quixote to Django.

提交回复
热议问题