modal


Namemodal JSON
Version 0.62.149 PyPI version JSON
download
home_pageNone
SummaryPython client library for Modal
upload_time2024-05-08 13:40:13
maintainerNone
docs_urlNone
authorModal Labs
requires_python>=3.8
licenseNone
keywords modal client cloud serverless infrastructure
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # 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).

            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "modal",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.8",
    "maintainer_email": null,
    "keywords": "modal, client, cloud, serverless, infrastructure",
    "author": "Modal Labs",
    "author_email": "support@modal.com",
    "download_url": null,
    "platform": null,
    "description": "# Modal Python Library\n\n[![PyPI Version](https://img.shields.io/pypi/v/modal.svg)](https://pypi.org/project/modal/)\n[![License](https://img.shields.io/badge/license-apache_2.0-darkviolet.svg)](https://github.com/modal-labs/modal-client/blob/master/LICENSE)\n[![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)\n[![Slack](https://img.shields.io/badge/slack-join-blue.svg?logo=slack)](https://modal.com/slack)\n\nThe [Modal](https://modal.com/) Python library provides convenient, on-demand\naccess to serverless cloud compute from Python scripts on your local computer.\n\n## Documentation\n\nSee the [online documentation](https://modal.com/docs/guide) for many\n[example applications](https://modal.com/docs/examples),\na [user guide](https://modal.com/docs/guide), and the detailed\n[API reference](https://modal.com/docs/reference).\n\n## Installation\n\n**This library requires Python 3.8 \u2013 3.12.**\n\nInstall the package with `pip`:\n\n```bash\npip install modal\n```\n\nYou can create a Modal account (or link your existing one) directly on the\ncommand line:\n\n```bash\npython3 -m modal setup\n```\n\n## Support\n\nFor usage questions and other support, please reach out on the\n[Modal Slack](https://modal.com/slack).\n",
    "bugtrack_url": null,
    "license": null,
    "summary": "Python client library for Modal",
    "version": "0.62.149",
    "project_urls": {
        "Homepage": "https://modal.com"
    },
    "split_keywords": [
        "modal",
        " client",
        " cloud",
        " serverless",
        " infrastructure"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "eb4f25768cdb0a6dd7223845c1b44d574cde6a2f2002127ca0bf028b46144c76",
                "md5": "129b162adc69fe82e99c43b2f1b79420",
                "sha256": "68625a81cfbe80bae931acbde022299735981029b993da735067dc2c7df9a8d5"
            },
            "downloads": -1,
            "filename": "modal-0.62.149-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "129b162adc69fe82e99c43b2f1b79420",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.8",
            "size": 470334,
            "upload_time": "2024-05-08T13:40:13",
            "upload_time_iso_8601": "2024-05-08T13:40:13.731040Z",
            "url": "https://files.pythonhosted.org/packages/eb/4f/25768cdb0a6dd7223845c1b44d574cde6a2f2002127ca0bf028b46144c76/modal-0.62.149-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-05-08 13:40:13",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "lcname": "modal"
}
        
Elapsed time: 0.35711s