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.action_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.10.4.tar.gz (24.0 kB view details)

Uploaded Source

Built Distribution

globus_automate_client-0.10.4-py3-none-any.whl (28.4 kB view details)

Uploaded Python 3

File details

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

File metadata

  • Download URL: globus-automate-client-0.10.4.tar.gz
  • Upload date:
  • Size: 24.0 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: poetry/1.0.10 CPython/3.6.10 Darwin/19.6.0

File hashes

Hashes for globus-automate-client-0.10.4.tar.gz
Algorithm Hash digest
SHA256 5ce9060220e7f73f4273c688391b4b3cc8e8afae0f0691c63db3656af3e9e81c
MD5 4d264a7a5b63c5a75e283d1d4671d940
BLAKE2b-256 f0a9278c99326b0687cbe9a9736d38b86bd4fa4af13b2fe85f40d946be1bda3a

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for globus_automate_client-0.10.4-py3-none-any.whl
Algorithm Hash digest
SHA256 99deabe398c9e29dbd543b055cb5e46bd165039014f0d4e441e28cf157a56790
MD5 26b989ed5accd084f35e13264a67035e
BLAKE2b-256 9df6dcb0984cae76884dd87f578d716155ac5ee519286663d316985de3034512

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