Python library that allows to import/export BPMN diagram (as an XML file) and provides a simple visualization capabilities.


Keywords
bpmn
License
GPL-3.0
Install
pip install bpmn_python==0.0.15

Documentation

bpmn-python

Project for creating a Python library that allows to import/export BPMN diagram (as an XML file) and provides a simple visualization capabilities

Project structure

  • bpmn_python - main module of project, includes all source code
  • tests - unit tests for package
  • examples - examples of XML files used in tests
  • docs - documentation for package