Skip to content

Latest commit

 

History

History
64 lines (41 loc) · 2.24 KB

README.md

File metadata and controls

64 lines (41 loc) · 2.24 KB


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


Check the Documentation



━━━        ━━━


PyPI - Python Version  PyPI - Downloads  PyPI - Version


Installation

With pip:

pip install pest-py

With poetry:

poetry add pest-py

Quick Start

Head to the documentation to learn more about pest.


Tutorial

Follow the tutorial to learn how to build a simple API with pest.