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.tar.gz
Algorithm | Hash digest | |
---|---|---|
SHA256 | 92ad356296529c89d1f5bf52c504226a978db385638efee8e8d2d81b0220a518 |
|
MD5 | a60abe39643075d4966ba1c85b55d953 |
|
BLAKE2b-256 | 8ed91f109d276baa79aaac7267cd97706187c159b2f1e397dfd0cec5fa44e554 |
Close
Hashes for globus_automate_client-0.10-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 3ac9e4f451d747019c4b8f26367631bf3cd7a618bb30c76e0443bf050234208d |
|
MD5 | 1ba73d1acf9d4e34ddaebd4b1ef304e7 |
|
BLAKE2b-256 | ce22f8d3db4495fa3a6c575c03e7f32f60a81c629ce997cc91800142b06620b9 |