Skip to main content

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.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

globus-automate-client-0.16.1.post1.tar.gz (47.9 kB view details)

Uploaded Source

Built Distribution

File details

Details for the file globus-automate-client-0.16.1.post1.tar.gz.

File metadata

File hashes

Hashes for globus-automate-client-0.16.1.post1.tar.gz
Algorithm Hash digest
SHA256 09ab20b840f9becd9ea9335ff011b21ef97a17aa6874d19557a672fba2e5205e
MD5 81f458296510481d5245c5eb773f3a06
BLAKE2b-256 65821dcdbf73b42ce7e07d8ce8ca65fd3d026f560d6b8c2e96521c95f93a5d1f

See more details on using hashes here.

Provenance

File details

Details for the file globus_automate_client-0.16.1.post1-py3-none-any.whl.

File metadata

File hashes

Hashes for globus_automate_client-0.16.1.post1-py3-none-any.whl
Algorithm Hash digest
SHA256 698e8cfde3255a960143c82484fafd9fccf3c40b5f56d494a654cf506fdf9272
MD5 2ba10e8d75d295bef90aabf5bc65fe9c
BLAKE2b-256 52baab6b999112d0d337fe8251607a23ad9d74fdcd272e98a8ba2e02d69d49b4

See more details on using hashes here.

Provenance

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page