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.5.tar.gz
Algorithm | Hash digest | |
---|---|---|
SHA256 | 108f3dbc87f13f2e23c2c0b87eb40ae182b9cb52b5ff5a345c013291d5141079 |
|
MD5 | f4d26f60a89ea037668ee97a9754ebbc |
|
BLAKE2b-256 | d3f6cf456af65c0a0db14895691d7fa18f974b64b562299833c701a796423661 |
Close
Hashes for globus_automate_client-0.10.5-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 931c67f52510bd96b79a7e9e53bc6b3373bde453518e55d9bc6731437461dd15 |
|
MD5 | 3b4ac9c4ff34d30e1f8f243798f850c4 |
|
BLAKE2b-256 | 7d9cb8356a4ec62da780ecdc0467c3f65d25add7c264e9945b1afe46c96a1f28 |