Skip to content

zapata-engineering/orquestra-sdk

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Orquestra Workflow SDK Monorepo

Monorepo

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.

What is 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.

Get started

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.

Bug Reporting

If you'd like to report a bug/issue please create a new issue using one of the templates.

Contributing

Please see our CONTRIBUTING.md for more information on contributing to Orquestra Workflow SDK.