Metadata-Version: 2.4
Name: globus-compute-sdk
Version: 4.7.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<5,>=4.4.0
Requires-Dist: globus-compute-common==0.7.1
Requires-Dist: dill==0.3.9
Requires-Dist: typing_extensions>=4.0; python_version < "3.8"
Requires-Dist: packaging>=21.1
Requires-Dist: pika>=1.2
Requires-Dist: tblib==1.7.0
Requires-Dist: texttable>=1.6.7
Requires-Dist: colorama<1,>=0.4.6
Requires-Dist: rich<15,>=13.7.1
Requires-Dist: psutil<6
Requires-Dist: exceptiongroup>=1.2.2
Provides-Extra: dev
Requires-Dist: flake8==3.8.0; extra == "dev"
Requires-Dist: pytest>=7.2; extra == "dev"
Requires-Dist: pytest-mock; extra == "dev"
Requires-Dist: pyfakefs; extra == "dev"
Requires-Dist: coverage; extra == "dev"
Requires-Dist: responses; extra == "dev"
Requires-Dist: pre-commit; extra == "dev"
Provides-Extra: test
Requires-Dist: flake8==3.8.0; extra == "test"
Requires-Dist: pytest>=7.2; extra == "test"
Requires-Dist: pytest-mock; extra == "test"
Requires-Dist: pyfakefs; extra == "test"
Requires-Dist: coverage; extra == "test"
Requires-Dist: responses; extra == "test"
Provides-Extra: docs
Requires-Dist: sphinx>=7.3.2; extra == "docs"
Requires-Dist: furo==2023.9.10; extra == "docs"
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 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.
