Skip to content

Latest commit

 

History

History
10 lines (8 loc) · 463 Bytes

README.rst

File metadata and controls

10 lines (8 loc) · 463 Bytes

Docflow: Python Document Workflows

Docflow is an implementation of document workflows in Python. A workflow defines states and transitions. A state is an "end point" associated with a document. A transition is a path from one state to another state (unidirectional). Docflow was inspired by repoze.workflow but aspires to be a framework-independent implementation.