Skip to content

lqmanh/fastapi-module

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

38 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Fastapi-module (unstable)

FastAPI module utilities

Features

  • Class-based module
  • Class-based controller
  • Enhanced class-based dependency
  • Response model inferring router
  • API versioning

Installation

Requirements

  • Python >= 3.9

Instructions

With Poetry

$ poetry add git+https://github.com/lqmanh/fastapi-module.git

With Pip

$ pip install git+https://github.com/lqmanh/fastapi-module.git

Credits

This is originally a fork of dmontagu/fastapi-utils. Many thanks to David Montague and his great work.