KrzyHonk / 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
GNU General Public License v3.0
65 stars 44 forks source link

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

Development

Requirements: pipenv, Python 3.7. If you do not have Python 3.7 installed, consider using pyenv. After setting up, it integrates with pipenv allowing latter to automatically pull correct Python version for use in virtual environment.

To set up local development environment, clone the repository, enter it and execute:

pipenv install --dev -e .
pipenv shell

Run tests with HTML coverage report:

pytest --cov-report html --cov=bpmn_python