README.md
October 21, 2024 ยท View on GitHub
Installation
To install the package, run the following command:
pip install richapi
Help
See documentation for more details.
Use Cases
RichAPI is designed to simplify FastAPI projects by automatically generating documented HTTP responses from HTTPException without extra effort! ๐
This project is inspired and completer version of Kludex's Fast-Response project This package is planned to have more features for now that might be essential for any FastAPI project later.
What would you see WITHOUT RichAPI:

After compiling OpenAPI WITH RichAPI (extended with all possible exceptions coming from your router):
