globus-compute-sdk


Nameglobus-compute-sdk JSON
Version 3.10.0 PyPI version JSON
download
home_pagehttps://github.com/globus/globus-compute
SummaryGlobus Compute: High Performance Function Serving for Science
upload_time2025-07-10 17:05:33
maintainerNone
docs_urlNone
authorGlobus Compute Team
requires_python>=3.9
licenseApache License, Version 2.0
keywords globus compute faas function serving
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # Globus Compute SDK

[Globus Compute](https://globus-compute.readthedocs.io/en/latest/) is a distributed Function as a Service (FaaS) platform that enables flexible, scalable, and high performance remote function execution. Unlike centralized FaaS platforms, Globus Compute allows users to execute functions on heterogeneous remote computers, from laptops to campus clusters, clouds, and supercomputers.

This package contains the Python SDK for interacting with Globus Compute. Notable functionality includes submitting functions to remote compute endpoints via the [executor](https://globus-compute.readthedocs.io/en/latest/executor.html), and querying endpoint status.

To manage your own compute endpoints, use the companion [Globus Compute Endpoint](https://pypi.org/project/globus-compute-endpoint/) package.

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/globus/globus-compute",
    "name": "globus-compute-sdk",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.9",
    "maintainer_email": null,
    "keywords": "Globus Compute, FaaS, Function Serving",
    "author": "Globus Compute Team",
    "author_email": "support@globus.org",
    "download_url": "https://files.pythonhosted.org/packages/db/d7/a8ddcb2fff3feab787a0cc0ccd5fa6bb7634ea0ef0159136b8f6808210a0/globus_compute_sdk-3.10.0.tar.gz",
    "platform": null,
    "description": "# Globus Compute SDK\n\n[Globus Compute](https://globus-compute.readthedocs.io/en/latest/) is a distributed Function as a Service (FaaS) platform that enables flexible, scalable, and high performance remote function execution. Unlike centralized FaaS platforms, Globus Compute allows users to execute functions on heterogeneous remote computers, from laptops to campus clusters, clouds, and supercomputers.\n\nThis package contains the Python SDK for interacting with Globus Compute. Notable functionality includes submitting functions to remote compute endpoints via the [executor](https://globus-compute.readthedocs.io/en/latest/executor.html), and querying endpoint status.\n\nTo manage your own compute endpoints, use the companion [Globus Compute Endpoint](https://pypi.org/project/globus-compute-endpoint/) package.\n",
    "bugtrack_url": null,
    "license": "Apache License, Version 2.0",
    "summary": "Globus Compute: High Performance Function Serving for Science",
    "version": "3.10.0",
    "project_urls": {
        "Changelog": "https://globus-compute.readthedocs.io/en/latest/changelog.html",
        "Homepage": "https://github.com/globus/globus-compute",
        "Upgrade to Globus Compute": "https://globus-compute.readthedocs.io/en/latest/funcx_upgrade.html"
    },
    "split_keywords": [
        "globus compute",
        " faas",
        " function serving"
    ],
    "urls": [
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "8a1c485e0463df0da58c97aa9bea378d8e3db081af9cbacdaac9247ff1875f01",
                "md5": "9760246bb6887a3d3de0ca79f26553b7",
                "sha256": "e5fa93d707c4437ab57093f0fde5dad8ad01bcbb7507bd42cff426425bc58d36"
            },
            "downloads": -1,
            "filename": "globus_compute_sdk-3.10.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "9760246bb6887a3d3de0ca79f26553b7",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.9",
            "size": 82082,
            "upload_time": "2025-07-10T17:05:31",
            "upload_time_iso_8601": "2025-07-10T17:05:31.841746Z",
            "url": "https://files.pythonhosted.org/packages/8a/1c/485e0463df0da58c97aa9bea378d8e3db081af9cbacdaac9247ff1875f01/globus_compute_sdk-3.10.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "dbd7a8ddcb2fff3feab787a0cc0ccd5fa6bb7634ea0ef0159136b8f6808210a0",
                "md5": "eb139484f19f3fc8130f2b6a180ee82d",
                "sha256": "a165b923d1a0801441f0b300ab0e3df7b1a99ab90729c21840de4818e4fd1513"
            },
            "downloads": -1,
            "filename": "globus_compute_sdk-3.10.0.tar.gz",
            "has_sig": false,
            "md5_digest": "eb139484f19f3fc8130f2b6a180ee82d",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.9",
            "size": 69841,
            "upload_time": "2025-07-10T17:05:33",
            "upload_time_iso_8601": "2025-07-10T17:05:33.208003Z",
            "url": "https://files.pythonhosted.org/packages/db/d7/a8ddcb2fff3feab787a0cc0ccd5fa6bb7634ea0ef0159136b8f6808210a0/globus_compute_sdk-3.10.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2025-07-10 17:05:33",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "globus",
    "github_project": "globus-compute",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "lcname": "globus-compute-sdk"
}
        
Elapsed time: 1.31444s