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.1.tar.gz
Algorithm | Hash digest | |
---|---|---|
SHA256 | 8f36197b024e0417c3bd7ed8a4003ebc194140f21556fc9065f183c819caeff3 |
|
MD5 | 81742f9fb4b373c06643bce466c2efee |
|
BLAKE2b-256 | 15bf99940d3ab76037158bb10dfd87bd7448a016005ad48fbece0efc7519c633 |
Close
Hashes for globus_automate_client-0.11.1-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 0d9e2d931c0da39acf06056399defdfaa8d6bc7eabf0d60abf4bc9e2cc574899 |
|
MD5 | c232e257ca42e0126fbeb0bf3e878b57 |
|
BLAKE2b-256 | e50acbea4b6eb3ff94ddc73f548708288acc4a4794aa312b219032ecf3075ac6 |