conductor-worker-python/README.md

15 lines
546 B
Markdown
Raw Permalink Normal View History

2020-06-19 10:50:02 +02:00
# Python workers for Conductor
Python worker for Conductor provides :
2020-10-14 18:06:28 +02:00
1. PyExec: a plugin based set of workers for Netflix OSS Conductor written in Python3 for
2020-06-19 10:50:02 +02:00
## Install
### Example
2020-10-14 18:06:28 +02:00
```
python3 PyExec # Runs a bare PyExec supporting only Nop, Identity and Sequence plugins
python3 PyExec Http Ansible Packer #this runs PyExec with pyrest, pyansible and pypacker plugins enabled
python3 PyExec Shell Eval # runs a a PyExec with only pyshell and py eval enabled. pyshell executes shell commands, pyeval executes arbitrary Python3 code
```