Skip to main content

MultiFlow Python SDK

Project description

multiflow

Installation:

pip install multiflow-python

Usage instructions:

import multiflow

workflow_id: str = ...

# assumes MULTIFLOW_API_KEY is set as an environment variable
w = multiflow.Workflow(workflow_id)

# get the type signature of the workflow
sig = w.type_signature()

# run the workflow
result = w.run(...)

print(result["outputs"])

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

multiflow-python-0.0.8.tar.gz (3.9 kB view hashes)

Uploaded Source

Built Distribution

multiflow_python-0.0.8-py3-none-any.whl (4.1 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page