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
Close
Hashes for globus-automate-client-0.13.0b1.tar.gz
Algorithm | Hash digest | |
---|---|---|
SHA256 | 44832599bd5fcf2ab24fa2cf77af92a706e4b2d5d43b21a7dbb4d3fee9fcdf92 |
|
MD5 | 2fee078c5fe5b8029ffb092cefac0692 |
|
BLAKE2b-256 | 1934ed8f19c18c8aa2269daa0cbdf8bd429243cb993b73dfe98823b2f1f19e13 |
Close
Hashes for globus_automate_client-0.13.0b1-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 10b77aae05f41e3102bdd84e6b3bb74f88466113af2b09660f70bb5d3f158930 |
|
MD5 | f722ef49124ef50fc964b0ac43b61f38 |
|
BLAKE2b-256 | 70bb571a9a7ef04704c384179069b163587e11c4b7dfa517c9cedb6ffbf454f7 |