Skip to content

Pycam logo

Python Camunda SDK

Python Camunda SDK is an implementation of Camunda SDK in Python built on top of pyzeebe.

Get started

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.