Client for the Globus Flows service
Project description
This SDK provides a CLI and a convenient Pythonic interface to the Globus Automate suite of services.
Basic Usage
Install with these commands:
python -m pip install --upgrade pip setuptools wheel
python -m 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.17.1.tar.gz
Algorithm | Hash digest | |
---|---|---|
SHA256 | 35a8701b712b9231016ec07b51cac288411218d35d55f9829acd7b312ffc8dbe |
|
MD5 | 9232fbe873388ab2f351f064e0c60dce |
|
BLAKE2b-256 | b7ad84b969de10387a1b7f00c5356df0125c7bd38602fc1dd90654c13ad46f13 |
Close
Hashes for globus_automate_client-0.17.1-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 6d3c7b74d9426f8f8b9380daaf9a536c10dea6c3950a97b3ce371bcdc2659201 |
|
MD5 | 5444469ece23c32de1b300af2b788003 |
|
BLAKE2b-256 | e834ecd01cf63b47fa97747cab9d17642aea2a29f0efddd9a5535bb8a10d27a5 |