https://github.com/modal-labs/modal-client
Python client library for Modal
https://github.com/modal-labs/modal-client
ai cloud data-science distributed genai machine-learning modal python serverless
Last synced: 28 days ago
JSON representation
Python client library for Modal
- Host: GitHub
- URL: https://github.com/modal-labs/modal-client
- Owner: modal-labs
- License: apache-2.0
- Created: 2022-10-18T23:14:11.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2025-01-06T17:10:10.000Z (4 months ago)
- Last Synced: 2025-01-06T17:30:26.715Z (4 months ago)
- Topics: ai, cloud, data-science, distributed, genai, machine-learning, modal, python, serverless
- Language: Python
- Homepage: https://modal.com/docs
- Size: 8.58 MB
- Stars: 294
- Watchers: 10
- Forks: 40
- Open Issues: 41
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
- awesome-ai-agents - Modal - labs/modal-client) | Serverless platform for deploying AI agents. | (⚙️ Agent Operations / 🚀 Deployment)
README
# Modal Python Library
[](https://pypi.org/project/modal/)
[](https://github.com/modal-labs/modal-client/blob/master/LICENSE)
[](https://github.com/modal-labs/modal-client/actions/workflows/ci-cd.yml)
[](https://modal.com/slack)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/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.9 – 3.13.**
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).