This monorepo contains the different packages required to write and run workflows. Each package is located in projects/
The following packages are included:
orquestra-sdk
: the main client library for Orquestra Workflow SDK.
orquestra-sdk
is a Python library for expressing and executing computational workflows locally and on the Orquestra platform.
Please see projects/orquestra-sdk
for more information.
Orquestra Workflow SDK is published to PyPI and should be installed from there via pip
. This will pull in any additional packages required to write and run workflows locally and remotely.
pip install "orquestra-sdk[all]"
Please refer to the Orquestra Workflow SDK docs.
If you'd like to report a bug/issue please create a new issue using one of the templates.
Please see our CONTRIBUTING.md for more information on contributing to Orquestra Workflow SDK.