Skip to content

Latest commit

 

History

History
8 lines (7 loc) · 361 Bytes

README.md

File metadata and controls

8 lines (7 loc) · 361 Bytes

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