Client for the Globus Flows service
Project description
This SDK provides a CLI and a convenient Pythonic interface to the Globus Automate suite of services.
Basic Usage
Install with pip install globus-automate-client
You can then import Globus Automate client classes and other helpers from globus_automate_client. For example:
from globus_automate_client import create_action_client
ac = create_action_client("https://actions.globus.org/hello_world")
# Launch an Action and check its results
resp = ac.run({"echo_string": "Hello from SDK"})
assert resp.data["status"] == "SUCCEEDED"
print(resp.data)
You can also use the CLI interface to interact with Automate services. For example:
globus-automate action introspect --action-url https://actions.globus.org/hello_world
Testing, Development, and Contributing
Go to the CONTRIBUTING guide for detail.
Links
Full Documentation: https://globus-automate-client.readthedocs.io
Source Code: https://github.com/globus/globus-automate-client
Release History + Changelog: https://github.com/globus/globus-automate-client/releases
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file globus-automate-client-0.13.1.tar.gz
.
File metadata
- Download URL: globus-automate-client-0.13.1.tar.gz
- Upload date:
- Size: 43.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.1.8 CPython/3.8.10 Linux/5.13.0-30-generic
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 09705762981b402f943640ed44e4e43c229f9915fc6f532669cd18b1dd533491 |
|
MD5 | a75de37d9f4feb7ed951f721798d6db0 |
|
BLAKE2b-256 | 69ce1b4e64104d719bc171736eb2ac1cd8a699cb2e0079e54ac85b48a1e642e3 |
Provenance
File details
Details for the file globus_automate_client-0.13.1-py3-none-any.whl
.
File metadata
- Download URL: globus_automate_client-0.13.1-py3-none-any.whl
- Upload date:
- Size: 50.3 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.1.8 CPython/3.8.10 Linux/5.13.0-30-generic
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | c592e8940fa46250218c7f2bb83ac0ee4767cec163c720decb940f5607796513 |
|
MD5 | f7c398453e7ad4f14c83f76788617fd4 |
|
BLAKE2b-256 | 64c9e5f7b89126c206b5f27b3887a0ffd98c4eadedc970b705057086ebd8024c |