Metadata-Version: 2.4
Name: rfmodal
Version: 1.2.1
Summary: Roboflow fork of Modal Python client library
Author-email: Modal Labs <support@modal.com>
License: 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: License :: OSI Approved :: Apache Software License
Classifier: Programming Language :: Python :: 3
Requires-Python: >=3.9
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: aiohttp
Requires-Dist: certifi
Requires-Dist: click~=8.1
Requires-Dist: grpclib<0.4.9,>=0.4.7
Requires-Dist: protobuf!=4.24.0,<7.0,>=3.19
Requires-Dist: rffickle
Requires-Dist: rich>=12.0.0
Requires-Dist: synchronicity~=0.10.2
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

# RFModal - Roboflow Fork of Modal Python Library

This is a Roboflow fork of the [Modal Python library](https://github.com/modal-labs/modal-client).

## Fork Information

- **Original Package**: [modal](https://pypi.org/project/modal/)
- **Original Author**: Modal Labs
- **Fork Maintainer**: Roboflow, Inc.
- **PyPI Package**: `rfmodal`

---

# Original 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.9 – 3.13.**

Install the Roboflow fork:

```shell
pip install rfmodal
```

## Developing

See the
[contributing guide](https://github.com/modal-labs/modal-client/blob/main/CONTRIBUTING.md)
for instructions on setting up a development environment.
