funcx-endpoint


Namefuncx-endpoint JSON
Version 2.4.0 PyPI version JSON
download
home_pagehttps://github.com/funcx-faas/funcx
SummaryfuncX: High Performance Function Serving for Science
upload_time2023-09-25 20:39:13
maintainer
docs_urlNone
authorGlobus Compute Team
requires_python>=3.7
licenseApache License, Version 2.0
keywords funcx faas function serving
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # Deprecation Warning

This package is deprecated, and currently just wraps the [Globus Compute Endpoint](https://pypi.org/project/globus-compute-endpoint/) package with funcX names. See [here](https://globus-compute.readthedocs.io/en/latest/funcx_upgrade.html) for instructions on how to upgrade.

# funcX Endpoint

[funcX](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, funcX allows users to execute functions on heterogeneous remote computers, from laptops to campus clusters, clouds, and supercomputers.

This package provides the [funcX Endpoint](https://globus-compute.readthedocs.io/en/latest/endpoints.html) agent — the software which receives user-submitted tasks (functions + arguments) and manages their execution on target machines — in addition to command line tools for managing funcX endpoints.

To submit functions for execution on funcX endpoints, use the companion [funcX SDK](https://pypi.org/project/funcx/) package.

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/funcx-faas/funcx",
    "name": "funcx-endpoint",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.7",
    "maintainer_email": "",
    "keywords": "funcX,FaaS,Function Serving",
    "author": "Globus Compute Team",
    "author_email": "support@globus.org",
    "download_url": "https://files.pythonhosted.org/packages/2e/ab/e9bb9e6b129e938231a79d5cd32792043b411568bc5eb068f34fcc5092cc/funcx-endpoint-2.4.0.tar.gz",
    "platform": null,
    "description": "# Deprecation Warning\n\nThis package is deprecated, and currently just wraps the [Globus Compute Endpoint](https://pypi.org/project/globus-compute-endpoint/) package with funcX names. See [here](https://globus-compute.readthedocs.io/en/latest/funcx_upgrade.html) for instructions on how to upgrade.\n\n# funcX Endpoint\n\n[funcX](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, funcX allows users to execute functions on heterogeneous remote computers, from laptops to campus clusters, clouds, and supercomputers.\n\nThis package provides the [funcX Endpoint](https://globus-compute.readthedocs.io/en/latest/endpoints.html) agent \u2014 the software which receives user-submitted tasks (functions + arguments) and manages their execution on target machines \u2014 in addition to command line tools for managing funcX endpoints.\n\nTo submit functions for execution on funcX endpoints, use the companion [funcX SDK](https://pypi.org/project/funcx/) package.\n",
    "bugtrack_url": null,
    "license": "Apache License, Version 2.0",
    "summary": "funcX: High Performance Function Serving for Science",
    "version": "2.4.0",
    "project_urls": {
        "Changelog": "https://globus-compute.readthedocs.io/en/latest/changelog.html",
        "Homepage": "https://github.com/funcx-faas/funcx",
        "Upgrade to Globus Compute": "https://globus-compute.readthedocs.io/en/latest/funcx_upgrade.html"
    },
    "split_keywords": [
        "funcx",
        "faas",
        "function serving"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "cdefab918ab77385cda248a7f0f7d1c5ebe8e85df9f9707e9cd3326fd69ef407",
                "md5": "49a7a31a881b8df15101633b3be813db",
                "sha256": "96248eadd6275975d3ca06510421ba183bc7fc6973f58573a5556be9e2567e9c"
            },
            "downloads": -1,
            "filename": "funcx_endpoint-2.4.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "49a7a31a881b8df15101633b3be813db",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.7",
            "size": 8797,
            "upload_time": "2023-09-25T20:39:12",
            "upload_time_iso_8601": "2023-09-25T20:39:12.527505Z",
            "url": "https://files.pythonhosted.org/packages/cd/ef/ab918ab77385cda248a7f0f7d1c5ebe8e85df9f9707e9cd3326fd69ef407/funcx_endpoint-2.4.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "2eabe9bb9e6b129e938231a79d5cd32792043b411568bc5eb068f34fcc5092cc",
                "md5": "520b825aea9a22c8bb516455eaaeb484",
                "sha256": "16732285c7a1c8b6890c2fc8ce140003094c1d3c5cb61204a5e0b5aacfe8adb1"
            },
            "downloads": -1,
            "filename": "funcx-endpoint-2.4.0.tar.gz",
            "has_sig": false,
            "md5_digest": "520b825aea9a22c8bb516455eaaeb484",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.7",
            "size": 8104,
            "upload_time": "2023-09-25T20:39:13",
            "upload_time_iso_8601": "2023-09-25T20:39:13.850990Z",
            "url": "https://files.pythonhosted.org/packages/2e/ab/e9bb9e6b129e938231a79d5cd32792043b411568bc5eb068f34fcc5092cc/funcx-endpoint-2.4.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-09-25 20:39:13",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "funcx-faas",
    "github_project": "funcx",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "lcname": "funcx-endpoint"
}
        
Elapsed time: 0.16684s