Python Camunda SDK
Python Camunda SDK is an implementation of Camunda SDK in Python built on top of pyzeebe.
Features
- Inbound and Outbound connector classes
- Validation with pydantic
- Template generation
- Simple runtime
Dependencies
pyzeebe
: Zeebe client.
pydantic
: Type hints and data validation.
loguru
: Logging.
click
: Command line utilities.