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.15.0b1.tar.gz
Algorithm | Hash digest | |
---|---|---|
SHA256 | 0d4d578e83588c7434df3862eec64fa1f9e0ec7473b6bcbf76e0d3d4963c13e3 |
|
MD5 | 28ebff57da98643a6871275ccc1f6171 |
|
BLAKE2b-256 | 42579573b1f76763afcb3f5a2373024ee4a3cf7a9cd51c8ceb11b8f9a2b75b11 |
Close
Hashes for globus_automate_client-0.15.0b1-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 910053e2601d35f24d731e6c10571e73ba37b896b873fb206076c1b76be63b9b |
|
MD5 | aeb642a6e679c9005e28f04b1b29b723 |
|
BLAKE2b-256 | 2a2a81464010c0000cc917da5768672f9dec4f22b8359cb5de43ec7b7da4ba9f |