Experimental client for the in-development Globus Automate services
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.11.tar.gz
Algorithm | Hash digest | |
---|---|---|
SHA256 | 6cdc79d0cfe5e67801933540bd8a279755a9a9e55458384ef5eb8a7b0d847819 |
|
MD5 | eb8f407e9cf65ee4e04cff8df8efc8bf |
|
BLAKE2b-256 | 5fa8eb379b3fd28aec83a4bacd9af8a8e286e8dca76bf16aa8656dde7b352b82 |
Close
Hashes for globus_automate_client-0.11-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | aff3b1c3dfd5772146faaf5881bec3564894d78a703416700030de2028c20c77 |
|
MD5 | 8bb8302f9b5a3f8e9280a83bae88b74e |
|
BLAKE2b-256 | 2beb050ab316c6ef858dad4224d048eeffa820644eb811f335e5e690de958f73 |