/orquestra-workflow-sdk

Compose computational workflows from Python

Primary LanguagePythonApache License 2.0Apache-2.0

Orquestra Workflow SDK

What is it?

orquestra-sdk is a Python library for expressing and executing computational workflows locally and on the Orquestra platform.

orquestra-sdk provides:

  • A Python DSL to express your workflows
  • An API for managing and using secrets inside workflows
  • An API for executing and managing your workflows
  • A CLI tool for executing and managing workflows

Installation

Orquestra Workflow SDK is published to PyPI and should be installed from there via pip:

pip install "orquestra-sdk[all]"

Usage

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.