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"])
Release files for multiflow-python 0.0.8
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| multiflow-python-0.0.8.tar.gz | 3.9 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| multiflow_python-0.0.8-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 8.0 kB
Release files / multiflow-python-0.0.8.tar.gz
| Download URL | multiflow-python-0.0.8.tar.gz |
|---|---|
| Size | 3.9 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
59696aae97e3ec58f2346b7795812d0f91220dd896f19ebed8b1cca151333ebd
|
|
BLAKE2b-256 checksum How to use checksums |
94112956ba84a985587d0235bed286d4c70a11c4373ecbe6393f7d613327a065
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/4.0.2 CPython/3.10.8
|
Release files / multiflow_python-0.0.8-py3-none-any.whl
| Download URL | multiflow_python-0.0.8-py3-none-any.whl |
|---|---|
| Size | 4.1 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
bbc1ac69645c9bfaa7d7626eadc9ac45e3168f51de3e19fedfdb4ce22a044eb1
|
|
BLAKE2b-256 checksum How to use checksums |
b7575acf6e571f7265389fd264dad7b6587fac1e64c834921d74bc7ffd14f125
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/4.0.2 CPython/3.10.8
|