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

Uploaded Source

Built Distribution

globus_automate_client-0.12.2-py3-none-any.whl (49.8 kB view details)

Uploaded Python 3

File details

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

File metadata

  • Download URL: globus-automate-client-0.12.2.tar.gz
  • Upload date:
  • Size: 43.4 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: poetry/1.1.9 CPython/3.6.10 Darwin/20.6.0

File hashes

Hashes for globus-automate-client-0.12.2.tar.gz
Algorithm Hash digest
SHA256 a4ddd6206f1a47dcf5f9e35719e6f5ab97ac47e942d84d925c53b9e1a2bf110a
MD5 710d2077de7af69cdc0d9ef64e34f4b8
BLAKE2b-256 3c4cbbd222eb01638078b36b01b21b422b6b0f52291d8cc0b568d08c71717b86

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for globus_automate_client-0.12.2-py3-none-any.whl
Algorithm Hash digest
SHA256 9c7142072eb5631decc493c3a0f3c994dc3ddd692cb9da6ea0320cd2c39fb800
MD5 8ab47a8d58deb42d371778ea05648d7b
BLAKE2b-256 418b5bd17004399ad8d3135dee697035f9f6bd5bf9cbf0e8cb7c419cfafc5b2a

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