Skip to content

jd-solanki/fastapi-batteries

Repository files navigation

FastAPI Batteries

FastAPI Batteries is a collection of tools and utilities to help you build FastAPI applications faster.

Documentation: https://fastapi-batteries.github.io/

Features

  • 📦 Useful & Common Dependencies like File Validation & Pagination
  • ⚠️ Custom Exception
  • 🐞 Useful middlewares for debugging & performance tracking
  • 🛠️ Utilities

Requirements

It uses latest Python 3.13 for now but will be add support for Python 3.9+ as well.

It's bit opinionated at starting. This package is primarily focused on following tech stack:

If you are using something else you probably can't get most of out of this package and you might require opening issue and discuss about it so that we can implement it in this package.

Still, If you're using something else you might find some useful goodies which are not dependent of any stack like: