# bpmn-py **Repository Path**: shifeipython/bpmn-py ## Basic Information - **Project Name**: bpmn-py - **Description**: No description available - **Primary Language**: JavaScript - **License**: MIT - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2024-12-18 - **Last Updated**: 2024-12-18 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # bpmn-py Python implementation to connect to bpmnServer To Install: ```os pip install bpmnclient ``` To Run: ```python # version 1: from bpmnClient import client as bpmn from src.bpmnClient.bpmn2 import client2 as bpmn b=BPMNClient2('localhost',3000,'12345') print(b.model.list_models()) ```