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.action_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.4.tar.gz
Algorithm | Hash digest | |
---|---|---|
SHA256 | 5ce9060220e7f73f4273c688391b4b3cc8e8afae0f0691c63db3656af3e9e81c |
|
MD5 | 4d264a7a5b63c5a75e283d1d4671d940 |
|
BLAKE2b-256 | f0a9278c99326b0687cbe9a9736d38b86bd4fa4af13b2fe85f40d946be1bda3a |
Close
Hashes for globus_automate_client-0.10.4-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 99deabe398c9e29dbd543b055cb5e46bd165039014f0d4e441e28cf157a56790 |
|
MD5 | 26b989ed5accd084f35e13264a67035e |
|
BLAKE2b-256 | 9df6dcb0984cae76884dd87f578d716155ac5ee519286663d316985de3034512 |