Metadata-Version: 2.4 Name: modal Version: 1.4.2 Summary: Python client library for Modal Author-email: Modal Labs License-Expression: Apache-2.0 Project-URL: Homepage, https://modal.com Project-URL: Source, https://github.com/modal-labs/modal-client Project-URL: Documentation, https://modal.com/docs Project-URL: Issue Tracker, https://github.com/modal-labs/modal-client/issues Keywords: modal,client,cloud,serverless,infrastructure Classifier: Topic :: System :: Distributed Computing Classifier: Operating System :: OS Independent Classifier: Programming Language :: Python :: 3 Requires-Python: <3.15,>=3.10 Description-Content-Type: text/markdown License-File: LICENSE Requires-Dist: aiohttp Requires-Dist: cbor2 Requires-Dist: certifi Requires-Dist: click~=8.1 Requires-Dist: grpclib<0.4.10,>=0.4.7; python_version < "3.14" Requires-Dist: grpclib<0.4.10,>=0.4.9; python_version >= "3.14" Requires-Dist: protobuf!=4.24.0,<7.0,>=3.19 Requires-Dist: rich>=12.0.0 Requires-Dist: synchronicity~=0.12.1 Requires-Dist: toml Requires-Dist: typer>=0.9 Requires-Dist: types-certifi Requires-Dist: types-toml Requires-Dist: watchfiles Requires-Dist: typing_extensions~=4.6 Dynamic: license-file # Modal Python SDK [![PyPI Version](https://img.shields.io/pypi/v/modal.svg)](https://pypi.org/project/modal/) [![License](https://img.shields.io/badge/license-apache_2.0-darkviolet.svg)](https://github.com/modal-labs/modal-client/blob/master/LICENSE) [![Slack](https://img.shields.io/badge/slack-join-blue.svg?logo=slack)](https://modal.com/slack) The [Modal](https://modal.com/) Python SDK provides convenient, on-demand access to serverless cloud compute from Python scripts on your local computer. ## Documentation See the [online documentation](https://modal.com/docs/guide) for many [example applications](https://modal.com/docs/examples), a [user guide](https://modal.com/docs/guide), and the detailed [API reference](https://modal.com/docs/reference). ## Installation **This library requires Python 3.10 – 3.14.** Install the package with `uv` or `pip`: ```bash uv pip install modal ``` You can create a Modal account (or link your existing one) directly on the command line: ```bash python3 -m modal setup ``` ## Support For usage questions and other support, please reach out on the [Modal Slack](https://modal.com/slack).