# modal

> Python client library for Modal

- **URL**: https://www.freshcrate.ai/projects/modal
- **Author**: pypi
- **Category**: Developer Tools
- **Latest version**: `main@2026-06-05` (2026-06-05)
- **License**: Unknown
- **Source**: https://github.com/modal-labs/modal-client/issues
- **Homepage**: https://pypi.org/project/modal/
- **Language**: Python
- **GitHub**: 466 stars, 91 forks
- **Registry**: pypi (`modal`)
- **Tags**: `client`, `cloud`, `infrastructure`, `modal`, `pypi`, `serverless`

## Description

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

## Recent releases

| Version | Date | Urgency | Changes |
| --- | --- | --- | --- |
| `main@2026-06-05` | 2026-06-05 | High | Latest activity on main branch |
| `1.4.2` | 2026-04-21 | Low | Imported from PyPI (1.4.2) |
| `v1.3.1` | 2026-01-22 | Low | Tag v1.3.1 |
| `v1.3.0.post1` | 2025-12-20 | Low | Tag v1.3.0.post1 |
| `v1.3.0` | 2025-12-20 | Low | Tag v1.3.0 |
| `v1.2.6` | 2025-12-16 | Low | Tag v1.2.6 |
| `v1.2.5` | 2025-12-13 | Low | Tag v1.2.5 |
| `v1.2.4` | 2025-11-21 | Low | Tag v1.2.4 |
| `v1.2.3` | 2025-11-20 | Low | Tag v1.2.3 |
| `v1.2.2` | 2025-11-10 | Low | Tag v1.2.2 |

## Citation

- HTML: https://www.freshcrate.ai/projects/modal
- Markdown: https://www.freshcrate.ai/projects/modal.md
- Dependencies JSON: https://www.freshcrate.ai/api/projects/modal/deps

_Generated by freshcrate.ai. Indexes pypi releases for AI-agent ecosystem packages._
