Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: about 2 months 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 (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-10-29T09:26:23.000Z (about 2 months ago)
- Last Synced: 2024-10-29T09:29:31.387Z (about 2 months ago)
- Topics: ai, cloud, data-science, distributed, genai, machine-learning, modal, python, serverless
- Language: Python
- Homepage: https://modal.com/docs
- Size: 7.65 MB
- Stars: 279
- Watchers: 10
- Forks: 38
- Open Issues: 48
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# Modal Python Library
[![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)
[![Tests](https://github.com/modal-labs/modal-client/actions/workflows/ci-cd.yml/badge.svg)](https://github.com/modal-labs/modal-client/actions/workflows/ci-cd.yml)
[![Slack](https://img.shields.io/badge/slack-join-blue.svg?logo=slack)](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.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).