1ethanhansen / orquestra-workflow-sdk

Compose computational workflows from Python

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

Compose computational workflows from Python

License:Apache License 2.0


Languages

Language:Python 99.2%Language:Makefile 0.5%Language:Dockerfile 0.2%Language:Shell 0.0%