Skip to main content

Experimental client for the in-development Globus Automate services

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

Uploaded Source

Built Distribution

globus_automate_client-0.11.5-py3-none-any.whl (43.4 kB view details)

Uploaded Python 3

File details

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

File metadata

  • Download URL: globus-automate-client-0.11.5.tar.gz
  • Upload date:
  • Size: 37.7 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: poetry/1.1.5 CPython/3.6.10 Darwin/20.4.0

File hashes

Hashes for globus-automate-client-0.11.5.tar.gz
Algorithm Hash digest
SHA256 7bdbfcceaed9365e519426f71f23d758a832a3c9ce69344f3e581b831dcba1eb
MD5 d39fecd1a2aee82090009b5eb8235984
BLAKE2b-256 2b991382b8b226bfc5a1e898340c5aa3809ef450c160ecd072c19a59f8bd35a7

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for globus_automate_client-0.11.5-py3-none-any.whl
Algorithm Hash digest
SHA256 06a0a2f9ad7b7ae91a0c4b5201b59886d60ca01aa1dcc7170b436599dfaee66e
MD5 761de9d0f01fe81d1e7898573d3d1d45
BLAKE2b-256 6168e14ddac0449de3fd2921b4731a6ec1de42552c3b7f99a8afaf77df9967af

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