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.12.1rc1.tar.gz
Algorithm | Hash digest | |
---|---|---|
SHA256 | 5890ae52be9fe3a874406d20a504dd9583303461a19095c883871df3a6854164 |
|
MD5 | dcaae92dc7559dcea4bf10660495b0ce |
|
BLAKE2b-256 | 132dd99feeda202ac4aa5e4e486793e98d0c4fdbb2f0aa2d7518f625659ba06a |
Close
Hashes for globus_automate_client-0.12.1rc1-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 2619b28097ed8f77539d046ca7a800dfbdaf372a20ee690ba29b5c689332620b |
|
MD5 | 24ef7328d6f89be83c08682e9a8ecdbe |
|
BLAKE2b-256 | 7f0af59d74e1bf764551a5aaf5fac99fc5890353ad5d0ebfb29599d1427ee64a |