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

Uploaded Source

Built Distribution

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

Uploaded Python 3

File details

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

File metadata

  • Download URL: globus-automate-client-0.13.0.tar.gz
  • Upload date:
  • Size: 43.9 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: poetry/1.1.11 CPython/3.9.7 Linux/5.13.0-28-generic

File hashes

Hashes for globus-automate-client-0.13.0.tar.gz
Algorithm Hash digest
SHA256 88599a79e8ed01000ae1d23efa2d875d0e4df7ee098bc880302c5adf5dae01b6
MD5 37e64a89329f37064f27e92a878d2c04
BLAKE2b-256 50887dead1f6a350d800de2bcd2d78c65441bf2827f8ff1428fcd88ebc8320a8

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for globus_automate_client-0.13.0-py3-none-any.whl
Algorithm Hash digest
SHA256 616d2e4ae27ecfd04f339529859822a628174189e50f51efc6dd3b22217a8ba7
MD5 3ce2a8d995bc4f14236c0aae7d780996
BLAKE2b-256 2bcea61a7d8d014a20bc2f5b0102595a307e3a28d71754f2f149b63018d059ae

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