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

Uploaded Source

Built Distribution

globus_automate_client-0.11.1-py3-none-any.whl (41.2 kB view details)

Uploaded Python 3

File details

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

File metadata

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

File hashes

Hashes for globus-automate-client-0.11.1.tar.gz
Algorithm Hash digest
SHA256 8f36197b024e0417c3bd7ed8a4003ebc194140f21556fc9065f183c819caeff3
MD5 81742f9fb4b373c06643bce466c2efee
BLAKE2b-256 15bf99940d3ab76037158bb10dfd87bd7448a016005ad48fbece0efc7519c633

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for globus_automate_client-0.11.1-py3-none-any.whl
Algorithm Hash digest
SHA256 0d9e2d931c0da39acf06056399defdfaa8d6bc7eabf0d60abf4bc9e2cc574899
MD5 c232e257ca42e0126fbeb0bf3e878b57
BLAKE2b-256 e50acbea4b6eb3ff94ddc73f548708288acc4a4794aa312b219032ecf3075ac6

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