Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/yogeshrnaik/camunda-client-python3

Camunda Client in Python 3
https://github.com/yogeshrnaik/camunda-client-python3

camunda camunda-bpm-platform hacktoberfest-accepted hacktoberfest-accepted2021 python3

Last synced: 20 days ago
JSON representation

Camunda Client in Python 3

Awesome Lists containing this project

README

        

# camunda-client-python3

![camunda-client-python3](https://github.com/yogeshrnaik/camunda-client-python3/workflows/camunda-client-python3/badge.svg)

This repository contains Camunda Client written in Python3.

Implement your [BPMN Workflow](https://docs.camunda.org/manual/latest/) in Python3.

> Python >= 3.7 is required

## Installing

Add following line to `requirements.txt` of your Python project.

```
git+https://github.com/yogeshrnaik/camunda-client-python3.git/#egg=camunda-client-python3
```