Metadata-Version: 2.4
Name: globus-compute-endpoint
Version: 4.11.0
Summary: Globus Compute: High Performance Function Serving for Science
Home-page: https://github.com/globus/globus-compute
Author: Globus Compute Team
Author-email: support@globus.org
License: Apache-2.0
Project-URL: Changelog, https://globus-compute.readthedocs.io/en/latest/changelog.html
Project-URL: Upgrade to Globus Compute, https://globus-compute.readthedocs.io/en/latest/funcx_upgrade.html
Keywords: Globus Compute,FaaS,Function Serving
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Science/Research
Classifier: Natural Language :: English
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: Topic :: Scientific/Engineering
Requires-Python: >=3.10
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: requests<3,>=2.31.0
Requires-Dist: globus-sdk
Requires-Dist: globus-compute-sdk==4.11.0
Requires-Dist: globus-identity-mapping==0.5.0
Requires-Dist: texttable<2,>=1.6.4
Requires-Dist: psutil<6
Requires-Dist: python-daemon<3,>=2
Requires-Dist: click<8.2.0,>=8
Requires-Dist: click-option-group<1,>=0.5.6
Requires-Dist: pyzmq!=22.3.0,<=26.1.0,>=22.0.0
Requires-Dist: parsl==2026.4.20
Requires-Dist: pika<1.4,>=1.2
Requires-Dist: pyprctl<0.2.0
Requires-Dist: setproctitle<1.4,>=1.3.2
Requires-Dist: pyyaml<7.0,>=6.0
Requires-Dist: jinja2<3.2,>=3.1.6
Requires-Dist: jsonschema<5,>=4.21
Requires-Dist: cachetools>=5.3.1
Requires-Dist: types-cachetools>=5.3.0.6
Provides-Extra: test
Requires-Dist: responses; extra == "test"
Requires-Dist: pytest>=7.2; extra == "test"
Requires-Dist: coverage>=5.2; extra == "test"
Requires-Dist: pytest-mock==3.2.0; extra == "test"
Requires-Dist: pyfakefs<5.9.2; extra == "test"
Dynamic: author
Dynamic: author-email
Dynamic: classifier
Dynamic: description
Dynamic: description-content-type
Dynamic: home-page
Dynamic: keywords
Dynamic: license
Dynamic: license-file
Dynamic: project-url
Dynamic: provides-extra
Dynamic: requires-dist
Dynamic: requires-python
Dynamic: summary

# Globus Compute Endpoint

[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 provides the [Compute 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 compute endpoints.

To submit functions for execution on compute endpoints, use the companion [Globus Compute SDK](https://pypi.org/project/globus-compute-sdk/) package.
