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

Uploaded Source

Built Distribution

globus_automate_client-0.10.1-py3-none-any.whl (27.5 kB view details)

Uploaded Python 3

File details

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

File metadata

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

File hashes

Hashes for globus-automate-client-0.10.1.tar.gz
Algorithm Hash digest
SHA256 9324f409ec17c635a69a3520d6c551a09264453cc81c1fa411873a30dd4e6bb0
MD5 93da0a9ef41d40316156294a180704f7
BLAKE2b-256 8a91908e9581c1711db5e04eb8d2b658ccf02ceb1b3b042b92c15230c7d16e9f

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for globus_automate_client-0.10.1-py3-none-any.whl
Algorithm Hash digest
SHA256 7c44f97f5a905126f8ea6431c85591d947931d6e6bdb641972ac7a11eec3fe93
MD5 686607e35d3646863e5db828f43bc767
BLAKE2b-256 9df604271a4e3daa93d6c30bbdd3cd81d7aac74b394bda72bebb125d5d5de0b3

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