Skip to main content

Client for the Globus Flows service

Project description

Globus Automate Client

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.18.0.tar.gz (47.3 kB view details)

Uploaded Source

Built Distribution

globus_automate_client-0.18.0-py3-none-any.whl (54.3 kB view details)

Uploaded Python 3

File details

Details for the file globus_automate_client-0.18.0.tar.gz.

File metadata

  • Download URL: globus_automate_client-0.18.0.tar.gz
  • Upload date:
  • Size: 47.3 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.0.1 CPython/3.13.0

File hashes

Hashes for globus_automate_client-0.18.0.tar.gz
Algorithm Hash digest
SHA256 a07c3c676dbb5480a510e51f9ee10dc641ba4464d058abc8aa9df8dfed6d3911
MD5 c99f2bc750d341febe591c808889b5ae
BLAKE2b-256 d52a6d18c6ab5d8b745329aaf96c8f1c8fb595efaba40b951578beecfcb0d43a

See more details on using hashes here.

File details

Details for the file globus_automate_client-0.18.0-py3-none-any.whl.

File metadata

File hashes

Hashes for globus_automate_client-0.18.0-py3-none-any.whl
Algorithm Hash digest
SHA256 71d6c165b897af190e87bad6b3c5e3179f4c20147336d2aacc8bfd2a69985101
MD5 cde2181260c7002154d879dc7248c4aa
BLAKE2b-256 7cc114a8e7f410f32b819f59c0a49711c26745209164d1a77f39d1d191b0995b

See more details on using hashes here.

Supported by

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