Ratio is a Python web framework designed for productivity, inspired by Flask and FastAPI. It provides a minimalist, expressive routing system and encourages rapid development. The current version is 0.4.0, targeting Python >=3.11, with a monthly release cycle.
pip install ratioNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Minimal Ratio application with a single route.
Use `from ratio import Ratio`.
Define handlers with `def handler(request):` even if request is unused.
No dependency data recorded yet.