An open API service indexing awesome lists of open source software.

https://github.com/lucas-labs/pest

🐀 pest = fastapi + rodi + mvc ⇝ python library for creating modular API's. Inspired by NestJS.
https://github.com/lucas-labs/pest

api-rest dependency-injection fastapi mvc mvc-framework python

Last synced: about 2 months ago
JSON representation

🐀 pest = fastapi + rodi + mvc ⇝ python library for creating modular API's. Inspired by NestJS.

Awesome Lists containing this project

README

        






pest is a python web application framework designed for constructing scalable APIs, drawing inspiration from nest.js and based on fastapi .


Check the Documentation







━━━&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp━━━




PyPI - Python Version&nbsp
PyPI - Downloads&nbsp

PyPI - Version


### Installation

With pip:

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

With poetry:

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


### Quick Start

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


### Tutorial

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