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.0.tar.gz
Algorithm | Hash digest | |
---|---|---|
SHA256 | 88599a79e8ed01000ae1d23efa2d875d0e4df7ee098bc880302c5adf5dae01b6 |
|
MD5 | 37e64a89329f37064f27e92a878d2c04 |
|
BLAKE2b-256 | 50887dead1f6a350d800de2bcd2d78c65441bf2827f8ff1428fcd88ebc8320a8 |
Close
Hashes for globus_automate_client-0.13.0-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 616d2e4ae27ecfd04f339529859822a628174189e50f51efc6dd3b22217a8ba7 |
|
MD5 | 3ce2a8d995bc4f14236c0aae7d780996 |
|
BLAKE2b-256 | 2bcea61a7d8d014a20bc2f5b0102595a307e3a28d71754f2f149b63018d059ae |