Globus Automate Client
======================
This SDK provides a CLI and a convenient Pythonic interface to the Globus
Automate suite of services.
Basic Usage
-----------
Install with these commands:
.. code-block:: shell
python -m pip install --upgrade pip setuptools wheel
python -m pip install globus-automate-client
You can then import Globus Automate client classes and other helpers from
``globus_automate_client``. For example:
.. code-block:: python
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:
.. code-block:: BASH
globus-automate action introspect --action-url https://actions.globus.org/hello_world
Testing, Development, and Contributing
--------------------------------------
Go to the
`CONTRIBUTING <https://github.com/globus/globus-automate-client/blob/main/CONTRIBUTING.adoc>`_
guide for detail.
Links
-----
| Full Documentation: https://globus-automate-client.readthedocs.io
| Source Code: https://github.com/globus/globus-automate-client
| Release History + Changelog: https://github.com/globus/globus-automate-client/releases
Raw data
{
"_id": null,
"home_page": "",
"name": "globus-automate-client",
"maintainer": "",
"docs_url": null,
"requires_python": ">=3.6.3,<4.0.0",
"maintainer_email": "",
"keywords": "globus,flows,automation,workflow,action_provider,command line",
"author": "Jake Lewis",
"author_email": "jake@globus.org",
"download_url": "https://files.pythonhosted.org/packages/e7/55/910bfc17546314583cd4274f1eb479694d3f2f27dc65a03fa6ec18691832/globus-automate-client-0.16.1.tar.gz",
"platform": null,
"description": "Globus Automate Client\n======================\n\nThis SDK provides a CLI and a convenient Pythonic interface to the Globus\nAutomate suite of services.\n\nBasic Usage\n-----------\n\nInstall with these commands:\n\n.. code-block:: shell\n\n python -m pip install --upgrade pip setuptools wheel\n python -m pip install globus-automate-client\n\n\nYou can then import Globus Automate client classes and other helpers from\n``globus_automate_client``. For example:\n\n.. code-block:: python\n\n from globus_automate_client import create_action_client\n\n ac = create_action_client(\"https://actions.globus.org/hello_world\")\n\n # Launch an Action and check its results\n resp = ac.run({\"echo_string\": \"Hello from SDK\"})\n assert resp.data[\"status\"] == \"SUCCEEDED\"\n print(resp.data)\n\nYou can also use the CLI interface to interact with Automate services. For\nexample:\n\n.. code-block:: BASH\n\n globus-automate action introspect --action-url https://actions.globus.org/hello_world\n\nTesting, Development, and Contributing\n--------------------------------------\n\nGo to the\n`CONTRIBUTING <https://github.com/globus/globus-automate-client/blob/main/CONTRIBUTING.adoc>`_\nguide for detail.\n\nLinks\n-----\n| Full Documentation: https://globus-automate-client.readthedocs.io\n| Source Code: https://github.com/globus/globus-automate-client\n| Release History + Changelog: https://github.com/globus/globus-automate-client/releases\n",
"bugtrack_url": null,
"license": "Apache-2.0",
"summary": "Client for the Globus Flows service",
"version": "0.16.1",
"split_keywords": [
"globus",
"flows",
"automation",
"workflow",
"action_provider",
"command line"
],
"urls": [
{
"comment_text": "",
"digests": {
"md5": "fee13d3c9f3b3c4688bfcaf8a5cac27e",
"sha256": "c1940d762c2e8af376eb750b647773dc65d21877c60cd0a824cbdd864d67e7b5"
},
"downloads": -1,
"filename": "globus_automate_client-0.16.1-py3-none-any.whl",
"has_sig": false,
"md5_digest": "fee13d3c9f3b3c4688bfcaf8a5cac27e",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": ">=3.6.3,<4.0.0",
"size": 54044,
"upload_time": "2022-06-23T20:22:41",
"upload_time_iso_8601": "2022-06-23T20:22:41.031945Z",
"url": "https://files.pythonhosted.org/packages/d5/6d/946ef9ceda1e9dc3a3b101f39c1e1ae7231ca210ccb5dcec6aaaf4bd78f4/globus_automate_client-0.16.1-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"md5": "35f869f3d6eedc288aa89237efdbee1b",
"sha256": "5218391972389626a7b2444a314f74541d153a9531a897e9adfe999fdb17f9d0"
},
"downloads": -1,
"filename": "globus-automate-client-0.16.1.tar.gz",
"has_sig": false,
"md5_digest": "35f869f3d6eedc288aa89237efdbee1b",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=3.6.3,<4.0.0",
"size": 47900,
"upload_time": "2022-06-23T20:22:38",
"upload_time_iso_8601": "2022-06-23T20:22:38.994180Z",
"url": "https://files.pythonhosted.org/packages/e7/55/910bfc17546314583cd4274f1eb479694d3f2f27dc65a03fa6ec18691832/globus-automate-client-0.16.1.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2022-06-23 20:22:38",
"github": false,
"gitlab": false,
"bitbucket": false,
"lcname": "globus-automate-client"
}