Metadata-Version: 1.1
Name: bpmn-python
Version: 0.0.1
Summary: Python library that allows to import/export BPMN diagram (as an XML file) and provides a simple visualization capabilities.
Home-page: https://github.com/KrzyHonk/bpmn-python
Author: Izbela Smietana, Krzysztof Honkisz
Author-email: UNKNOWN
License: GNU GENERAL PUBLIC LICENSE
Download-URL: https://github.com/KrzyHonk/bpmn-python/tarball/0.0.1
Description: # 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
        
Keywords: bpmn,xml
Platform: UNKNOWN
