Metadata-Version: 2.1
Name: modal
Version: 0.57.2
Summary: Python client library for Modal
Author: Modal Labs
Author-email: support@modal.com
Project-URL: Homepage, https://modal.com
Keywords: modal,client,cloud,serverless,infrastructure
Classifier: Topic :: System :: Distributed Computing
Classifier: Operating System :: OS Independent
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Requires-Python: >=3.8
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: aiohttp
Requires-Dist: aiostream
Requires-Dist: asgiref
Requires-Dist: certifi
Requires-Dist: click (>=8.1.0)
Requires-Dist: fastapi
Requires-Dist: grpclib (==0.4.7)
Requires-Dist: importlib-metadata (>=3.6.0)
Requires-Dist: protobuf (!=4.24.0,<5.0,>=3.19)
Requires-Dist: rich (>=12.0.0)
Requires-Dist: synchronicity (~=0.6.1)
Requires-Dist: tblib (>=1.7.0)
Requires-Dist: toml
Requires-Dist: typer (~=0.9.0)
Requires-Dist: types-certifi
Requires-Dist: types-toml
Requires-Dist: watchfiles
Requires-Dist: typing-extensions (~=4.6)
Requires-Dist: cloudpickle (<2.1.0,>=2.0.0) ; python_version < "3.11"
Requires-Dist: cloudpickle (<2.3.0,>=2.2.0) ; python_version >= "3.11"

# Modal Python Library

The [Modal](https://modal.com/) Python Library 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) 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 requires Python 3.8 – 3.12.**

Install the package with `pip`:

```bash
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).
