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

Uploaded Source

Built Distribution

globus_automate_client-0.13.1-py3-none-any.whl (50.3 kB view details)

Uploaded Python 3

File details

Details for the file globus-automate-client-0.13.1.tar.gz.

File metadata

  • Download URL: globus-automate-client-0.13.1.tar.gz
  • Upload date:
  • Size: 43.9 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: poetry/1.1.8 CPython/3.8.10 Linux/5.13.0-30-generic

File hashes

Hashes for globus-automate-client-0.13.1.tar.gz
Algorithm Hash digest
SHA256 09705762981b402f943640ed44e4e43c229f9915fc6f532669cd18b1dd533491
MD5 a75de37d9f4feb7ed951f721798d6db0
BLAKE2b-256 69ce1b4e64104d719bc171736eb2ac1cd8a699cb2e0079e54ac85b48a1e642e3

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for globus_automate_client-0.13.1-py3-none-any.whl
Algorithm Hash digest
SHA256 c592e8940fa46250218c7f2bb83ac0ee4767cec163c720decb940f5607796513
MD5 f7c398453e7ad4f14c83f76788617fd4
BLAKE2b-256 64c9e5f7b89126c206b5f27b3887a0ffd98c4eadedc970b705057086ebd8024c

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