FastAPI module utilities
- Class-based module
- Class-based controller
- Enhanced class-based dependency
- Response model inferring router
- API versioning
- Python >= 3.9
$ poetry add git+https://github.com/lqmanh/fastapi-module.git
$ pip install git+https://github.com/lqmanh/fastapi-module.git
This is originally a fork of dmontagu/fastapi-utils. Many thanks to David Montague and his great work.