Metadata-Version: 2.4
Name: globus-compute-common
Version: 1.0.0
Summary: Common tools for Globus Compute projects
Author-email: The Globus Compute Team <support@globus.org>
License-Expression: Apache-2.0
Project-URL: repository, https://github.com/globus/globus-compute-common
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Requires-Python: >=3.10
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: pydantic<3,>=2
Provides-Extra: boto3
Requires-Dist: boto3>=1.37; extra == "boto3"
Provides-Extra: moto
Requires-Dist: moto[s3]<6,>=5; extra == "moto"
Provides-Extra: redis
Requires-Dist: redis<8,>=5.3; extra == "redis"
Dynamic: license-file

[![pre-commit.ci status](https://results.pre-commit.ci/badge/github/globus/globus-compute-common/main.svg)](https://results.pre-commit.ci/latest/github/globus/globus-compute-common/main)

# globus-compute-common

This package contains common utilities for use across various Globus Compute projects.

For example, constants shared between the Globus Compute Web Service and the SDK are
defined here (and may be re-exported by the SDK).
