Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/yogeshrnaik/camunda-client-python3
- Owner: yogeshrnaik
- License: apache-2.0
- Created: 2021-10-31T15:03:24.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2021-10-31T15:29:24.000Z (about 3 years ago)
- Last Synced: 2023-08-27T21:09:55.114Z (over 1 year ago)
- Topics: camunda, camunda-bpm-platform, hacktoberfest-accepted, hacktoberfest-accepted2021, python3
- Language: Python
- Homepage:
- Size: 19.5 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```