Metadata-Version: 2.1
Name: globus-compute-sdk
Version: 2.2.0a1
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
Provides-Extra: dev
Provides-Extra: test
Provides-Extra: docs
License-File: LICENSE

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