Metadata-Version: 2.1
Name: globus-compute-endpoint
Version: 2.14.0
Summary: Globus Compute: High Performance Function Serving for Science
Home-page: https://github.com/funcx-faas/funcx
Author: Globus Compute Team
Author-email: support@globus.org
License: Apache License, Version 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: License :: OSI Approved :: Apache Software License
Classifier: Natural Language :: English
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: Topic :: Scientific/Engineering
Requires-Python: >=3.7
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: requests<3,>=2.31.0
Requires-Dist: globus-sdk
Requires-Dist: globus-compute-sdk==2.14.0
Requires-Dist: globus-compute-common==0.3.0
Requires-Dist: globus-identity-mapping==0.2.0
Requires-Dist: texttable<2,>=1.6.4
Requires-Dist: psutil<6
Requires-Dist: python-daemon<3,>=2
Requires-Dist: click<9,>=8
Requires-Dist: pyzmq!=22.3.0,<=23.2.0,>=22.0.0
Requires-Dist: parsl==2024.02.05
Requires-Dist: pika>=1.2.0
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.2
Requires-Dist: jsonschema<4.20,>=4.19.0
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; extra == "test"

# 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.
