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.10.6.tar.gz
Algorithm | Hash digest | |
---|---|---|
SHA256 | 54e592930de9db00b1cc81618a9d90acc7fc5dd102f9fd8e8d00370e9a0c0a64 |
|
MD5 | dbaca11ae6ee9e9aa4c6c1b2adbc5f48 |
|
BLAKE2b-256 | f0c8ab92f0f10106ffb2b98a0d3ef745706bcf9d77cf2ae325334370af0e4216 |
Close
Hashes for globus_automate_client-0.10.6-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | f35beaf1bbd7a3582520b957be5925c98ceffaae434d64b5cdeb541f97f1c0ae |
|
MD5 | 9ca14fd903179e6ef701fb6bc0f94a18 |
|
BLAKE2b-256 | 7411f4770a745d789175e801a739f2e81dfd7f8811b062259fd8618b07427b0f |