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

Uploaded Source

Built Distribution

globus_automate_client-0.14.1-py3-none-any.whl (52.7 kB view details)

Uploaded Python 3

File details

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

File metadata

  • Download URL: globus-automate-client-0.14.1.tar.gz
  • Upload date:
  • Size: 46.6 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: poetry/1.1.13 CPython/3.10.4 Linux/5.13.0-39-generic

File hashes

Hashes for globus-automate-client-0.14.1.tar.gz
Algorithm Hash digest
SHA256 17fa7779c7d6ada3d86f11e9701959339bc4e41a4174dd1bcf3ccdca4e5635c1
MD5 bd920409c5296ae46e63e6fcade499a1
BLAKE2b-256 491348a6fd7148e99408d0890d17dca876c65d17dee0792730472d274a9f9c9e

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for globus_automate_client-0.14.1-py3-none-any.whl
Algorithm Hash digest
SHA256 e2b219e3b6e674f70cdee3d37e0f1e20e4807076fefb707224439b477a2c201b
MD5 1da41625b0af8f1cb385af454569fc8c
BLAKE2b-256 26137220b7ca2e43ebcd1761e0f1da0517aa9db44fcd625fc94c2aa2e4f61cfb

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