pest is a python web application framework designed for constructing scalable APIs, drawing inspiration from nest.js and based on fastapi .
Check the Documentation
βββΒ Β Β Β Β Β Β Β βββ
With pip:
pip install pest-py
With poetry:
poetry add pest-py
Head to the documentation to learn more about pest.
Follow the tutorial to learn how to build a simple API with pest.