pest-py


Namepest-py JSON
Version 0.4.3 PyPI version JSON
download
home_pagehttps://pest.lucode.ar
Summary🐀 ⇝ pest › fastapi + rodi + mvc | python library for building scalable modular API's. Inspired by NestJS.
upload_time2024-10-12 17:47:52
maintainerNone
docs_urlNone
authorLucas Colombo
requires_python<4.0,>=3.8
licenseMIT
keywords pest nestjs nest api rest restful mvc web webapp di dependency injection rodi fastapi
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            <p align="center">
  <img height="150" src="https://raw.githubusercontent.com/lucas-labs/pest/master/.github/img/logo.svg">
</p>
<br/>

<p align="center">
<b>pest</b> <img height="16" src="https://raw.githubusercontent.com/lucas-labs/pest/master/.github/img/icons/pest.svg" /> is a python <img height="16" src="https://raw.githubusercontent.com/lucas-labs/pest/master/.github/img/icons/python.svg" /> web application framework designed for constructing scalable APIs, drawing inspiration from <a href="https://docs.nestjs.com/"> nest.js</a> <img height="16" src="https://raw.githubusercontent.com/lucas-labs/pest/master/.github/img/icons/nestjs.svg" /> and based on <a href="https://fastapi.tiangolo.com/"> fastapi</a> <img height="16" src="https://raw.githubusercontent.com/lucas-labs/pest/master/.github/img/icons/fastapi.svg" />.
</p>

<br/>

<p align="center">Check the <a href="https://pest.lucode.ar" target="_blank">Documentation</a></p>

<br/>

<p align="center">
  <img height="74" src="https://raw.githubusercontent.com/lucas-labs/pest/master/.github/img/latex.svg">
</p>

<br />
<p align="center">
━━━&nbsp&nbsp&nbsp&nbsp<img height="16" src="https://raw.githubusercontent.com/lucas-labs/pest/master/.github/img/icons/pest.svg" />&nbsp&nbsp&nbsp&nbsp━━━
</p>
<br />

<p align="center">
<img alt="PyPI - Python Version" src="https://img.shields.io/pypi/pyversions/pest-py?style=flat-square&logo=python&labelColor=%23020101&color=%23db4a01">&nbsp
<a href="https://pypi.org/project/pest-py/"><img alt="PyPI - Downloads" src="https://img.shields.io/pypi/dm/pest-py?style=flat-square&logo=pypi&logoColor=%23db4901&labelColor=%23020101&color=%23db4901&link=https%3A%2F%2Fpypi.org%2Fproject%2Fpest-py%2F"></a>&nbsp
<a href="https://pypi.org/project/pest-py/">
<img alt="PyPI - Version" src="https://img.shields.io/pypi/v/pest-py?style=flat-square&logo=pypi&labelColor=%23020101&color=%23db4a01">
</a>
</p>

<br/>

### Installation

With pip:

```bash
pip install pest-py
```

With poetry:

```bash
poetry add pest-py
```

<br/>

### Quick Start

Head to the [documentation](https://pest.lucode.ar) to learn more about **pest**.

<br/>

### Tutorial

Follow the [tutorial](https://pest.lucode.ar/docs/learn/getting-started) to learn how to build a simple API with **pest**.





            

Raw data

            {
    "_id": null,
    "home_page": "https://pest.lucode.ar",
    "name": "pest-py",
    "maintainer": null,
    "docs_url": null,
    "requires_python": "<4.0,>=3.8",
    "maintainer_email": null,
    "keywords": "pest, nestjs, nest, api, rest, restful, mvc, web, webapp, di, dependency injection, rodi, fastapi",
    "author": "Lucas Colombo",
    "author_email": "lucas@lucode.dev",
    "download_url": "https://files.pythonhosted.org/packages/c5/4f/8c08c7c3786c36ade22fa333edf025f6c6fddccb06116cf1f3fa2265556b/pest_py-0.4.3.tar.gz",
    "platform": null,
    "description": "<p align=\"center\">\n  <img height=\"150\" src=\"https://raw.githubusercontent.com/lucas-labs/pest/master/.github/img/logo.svg\">\n</p>\n<br/>\n\n<p align=\"center\">\n<b>pest</b> <img height=\"16\" src=\"https://raw.githubusercontent.com/lucas-labs/pest/master/.github/img/icons/pest.svg\" /> is a python <img height=\"16\" src=\"https://raw.githubusercontent.com/lucas-labs/pest/master/.github/img/icons/python.svg\" /> web application framework designed for constructing scalable APIs, drawing inspiration from <a href=\"https://docs.nestjs.com/\"> nest.js</a> <img height=\"16\" src=\"https://raw.githubusercontent.com/lucas-labs/pest/master/.github/img/icons/nestjs.svg\" /> and based on <a href=\"https://fastapi.tiangolo.com/\"> fastapi</a> <img height=\"16\" src=\"https://raw.githubusercontent.com/lucas-labs/pest/master/.github/img/icons/fastapi.svg\" />.\n</p>\n\n<br/>\n\n<p align=\"center\">Check the <a href=\"https://pest.lucode.ar\" target=\"_blank\">Documentation</a></p>\n\n<br/>\n\n<p align=\"center\">\n  <img height=\"74\" src=\"https://raw.githubusercontent.com/lucas-labs/pest/master/.github/img/latex.svg\">\n</p>\n\n<br />\n<p align=\"center\">\n\u2501\u2501\u2501&nbsp&nbsp&nbsp&nbsp<img height=\"16\" src=\"https://raw.githubusercontent.com/lucas-labs/pest/master/.github/img/icons/pest.svg\" />&nbsp&nbsp&nbsp&nbsp\u2501\u2501\u2501\n</p>\n<br />\n\n<p align=\"center\">\n<img alt=\"PyPI - Python Version\" src=\"https://img.shields.io/pypi/pyversions/pest-py?style=flat-square&logo=python&labelColor=%23020101&color=%23db4a01\">&nbsp\n<a href=\"https://pypi.org/project/pest-py/\"><img alt=\"PyPI - Downloads\" src=\"https://img.shields.io/pypi/dm/pest-py?style=flat-square&logo=pypi&logoColor=%23db4901&labelColor=%23020101&color=%23db4901&link=https%3A%2F%2Fpypi.org%2Fproject%2Fpest-py%2F\"></a>&nbsp\n<a href=\"https://pypi.org/project/pest-py/\">\n<img alt=\"PyPI - Version\" src=\"https://img.shields.io/pypi/v/pest-py?style=flat-square&logo=pypi&labelColor=%23020101&color=%23db4a01\">\n</a>\n</p>\n\n<br/>\n\n### Installation\n\nWith pip:\n\n```bash\npip install pest-py\n```\n\nWith poetry:\n\n```bash\npoetry add pest-py\n```\n\n<br/>\n\n### Quick Start\n\nHead to the [documentation](https://pest.lucode.ar) to learn more about **pest**.\n\n<br/>\n\n### Tutorial\n\nFollow the [tutorial](https://pest.lucode.ar/docs/learn/getting-started) to learn how to build a simple API with **pest**.\n\n\n\n\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "\ud83d\udc00 \u21dd pest \u203a fastapi + rodi + mvc | python library for building scalable modular API's. Inspired by NestJS.",
    "version": "0.4.3",
    "project_urls": {
        "Documentation": "https://pest.lucode.ar/docs",
        "Homepage": "https://pest.lucode.ar",
        "Repository": "https://github.com/lucas-labs/pest"
    },
    "split_keywords": [
        "pest",
        " nestjs",
        " nest",
        " api",
        " rest",
        " restful",
        " mvc",
        " web",
        " webapp",
        " di",
        " dependency injection",
        " rodi",
        " fastapi"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "cc9ba24bc68871ccc7c534db13adc65e003e4a6c35dc802f642e4acf28d50f6e",
                "md5": "1e472e9d34df849cb845ce2f8a12050b",
                "sha256": "f18c67e14500fe450949558d57576b83e88bc3adc132aa119eb6067bf0f966bd"
            },
            "downloads": -1,
            "filename": "pest_py-0.4.3-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "1e472e9d34df849cb845ce2f8a12050b",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": "<4.0,>=3.8",
            "size": 48695,
            "upload_time": "2024-10-12T17:47:51",
            "upload_time_iso_8601": "2024-10-12T17:47:51.274799Z",
            "url": "https://files.pythonhosted.org/packages/cc/9b/a24bc68871ccc7c534db13adc65e003e4a6c35dc802f642e4acf28d50f6e/pest_py-0.4.3-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "c54f8c08c7c3786c36ade22fa333edf025f6c6fddccb06116cf1f3fa2265556b",
                "md5": "ce475c7bbc2338d4e66fb30a75d34166",
                "sha256": "21ec82e73052ea502329cff071039e70cf4ceaa97be1b24c550d0b1f03b541b4"
            },
            "downloads": -1,
            "filename": "pest_py-0.4.3.tar.gz",
            "has_sig": false,
            "md5_digest": "ce475c7bbc2338d4e66fb30a75d34166",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": "<4.0,>=3.8",
            "size": 35281,
            "upload_time": "2024-10-12T17:47:52",
            "upload_time_iso_8601": "2024-10-12T17:47:52.257575Z",
            "url": "https://files.pythonhosted.org/packages/c5/4f/8c08c7c3786c36ade22fa333edf025f6c6fddccb06116cf1f3fa2265556b/pest_py-0.4.3.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-10-12 17:47:52",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "lucas-labs",
    "github_project": "pest",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "lcname": "pest-py"
}
        
Elapsed time: 0.74735s