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.
- Host: GitHub
- URL: https://github.com/lucas-labs/pest
- Owner: lucas-labs
- License: mit
- Created: 2023-11-10T17:57:48.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2025-02-22T20:54:51.000Z (2 months ago)
- Last Synced: 2025-02-27T14:32:24.655Z (2 months ago)
- Topics: api-rest, dependency-injection, fastapi, mvc, mvc-framework, python
- Language: Python
- Homepage: https://pest.lucode.dev
- Size: 557 KB
- Stars: 9
- Watchers: 1
- Forks: 0
- Open Issues: 11
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
![]()
pestis a python
web application framework designed for constructing scalable APIs, drawing inspiration from nest.js
and based on fastapi
.
Check the Documentation
![]()
━━━        ━━━
### 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**.