zeebe Client and Worker for Python


License
MIT
Install
pip install zeebe==0.0.23

Documentation

zeebe

/!\ WORK IN PROGRESS! zeebe_python is not stable. Patches welcome :)

zeebe Client and Worker for Python

This code is based on the low-level zeebe-grpc client. This client is a work in progress and is currently not compatible with the Camunda Cloud. Contribution welcome!

Installation

pip install zeebe

Usage

You can start using zeebe as simply as:

from zeebe.client import ZeebeClient
from zeebe.worker import ZeebeWorker