An open API service indexing awesome lists of open source software.

https://github.com/fkromer/best-of-fastapi

List of automatically rated Python packages for FastAPI.
https://github.com/fkromer/best-of-fastapi

best-of-list fastapi python

Last synced: 12 months ago
JSON representation

List of automatically rated Python packages for FastAPI.

Awesome Lists containing this project

README

          


best-of-fastapi



πŸ†Β  A ranked list of awesome projects. Updated weekly.






This curated list contains 40 awesome open-source projects with a total of 84K stars grouped into 13 categories. All projects are ranked by a project-quality score, which is calculated based on various metrics automatically collected from GitHub and different package managers. If you like to add or update projects, feel free to open an [issue](https://github.com/fkromer/best-of-fastapi/issues/new/choose), submit a [pull request](https://github.com/fkromer/best-of-fastapi/pulls), or directly edit the [projects.yaml](https://github.com/fkromer/best-of-fastapi/edit/main/projects.yaml). Contributions are very welcome!

> πŸ§™β€β™‚οΈ Discover other [best-of lists](https://best-of.org) or [create your own](https://github.com/best-of-lists/best-of/blob/main/create-best-of-list.md).

## Contents

- [Admin Interface](#admin-interface) _3 projects_
- [CRUD](#crud) _1 projects_
- [Database - ODMs](#database---odms) _5 projects_
- [Database - ORMs](#database---orms) _6 projects_
- [Database - ORM Integrations](#database---orm-integrations) _2 projects_
- [Distributed Application Frameworks](#distributed-application-frameworks) _1 projects_
- [GraphQL API](#graphql-api) _4 projects_
- [RESTful API - Authentication](#restful-api---authentication) _9 projects_
- [RESTful API - Rate Limiting](#restful-api---rate-limiting) _2 projects_
- [RESTful API - Pagination](#restful-api---pagination) _1 projects_
- [RESTful API - Observability](#restful-api---observability) _3 projects_
- [RESTful API - Templating](#restful-api---templating) _2 projects_
- [Requirement management tools based on FastAPI](#requirement-management-tools-based-on-fastapi) _1 projects_

## Explanation
- πŸ₯‡πŸ₯ˆπŸ₯‰Β  Combined project-quality score
- ⭐️  Star count from GitHub
- 🐣  New project _(less than 6 months old)_
- πŸ’€Β  Inactive project _(12 months no activity)_
- πŸ’€Β  Dead project _(60 months no activity)_
- πŸ“ˆπŸ“‰Β  Project is trending up or down
- βž•Β  Project was recently added
- ❗️  Warning _(e.g. missing/risky license)_
- πŸ‘¨β€πŸ’»Β  Contributors count from GitHub
- πŸ”€Β  Fork count from GitHub
- πŸ“‹Β  Issue count from GitHub
- ⏱️  Last update timestamp on package manager
- πŸ“₯Β  Download count from package manager
- πŸ“¦Β  Number of dependent projects


## Admin Interface

Back to top

sqladmin (πŸ₯‡29 Β· ⭐ 2.2K) - SQLAlchemy Admin for FastAPI and Starlette. BSD-3

- [GitHub](https://github.com/aminalaee/sqladmin) (πŸ‘¨β€πŸ’» 68 Β· πŸ”€ 220 Β· πŸ“¦ 1.7K Β· πŸ“‹ 270 - 23% open Β· ⏱️ 26.05.2025):

```
git clone https://github.com/aminalaee/sqladmin
```
- [PyPi](https://pypi.org/project/sqladmin) (πŸ“₯ 200K / month):
```
pip install sqladmin
```

fastapi-admin (πŸ₯‰26 Β· ⭐ 3.3K) - A fast admin dashboard based on FastAPI and TortoiseORM with.. Apache-2

- [GitHub](https://github.com/fastapi-admin/fastapi-admin) (πŸ‘¨β€πŸ’» 18 Β· πŸ”€ 410 Β· πŸ“¦ 500 Β· πŸ“‹ 130 - 43% open Β· ⏱️ 05.04.2025):

```
git clone https://github.com/fastapi-admin/fastapi-admin
```
- [PyPi](https://pypi.org/project/fastapi-admin) (πŸ“₯ 11K / month):
```
pip install fastapi-admin
```

piccolo-admin (πŸ₯‰20 Β· ⭐ 360) - A powerful web admin for your database. MIT

- [GitHub](https://github.com/piccolo-orm/piccolo_admin) (πŸ‘¨β€πŸ’» 21 Β· πŸ”€ 41 Β· πŸ“‹ 170 - 24% open Β· ⏱️ 07.06.2025):

```
git clone https://github.com/piccolo-orm/piccolo_admin
```
- [PyPi](https://pypi.org/project/piccolo-admin) (πŸ“₯ 6.6K / month):
```
pip install piccolo-admin
```


## CRUD

Back to top

FastCRUD (πŸ₯‡23 Β· ⭐ 1.2K) - FastCRUD is a Python package for FastAPI, offering robust async CRUD.. MIT

- [GitHub](https://github.com/benavlabs/fastcrud) (πŸ‘¨β€πŸ’» 19 Β· πŸ”€ 77 Β· πŸ“¦ 200 Β· πŸ“‹ 90 - 21% open Β· ⏱️ 16.06.2025):

```
git clone https://github.com/igorbenav/fastcrud
```


## Database - ODMs

Back to top

mongoengine (πŸ₯‡37 Β· ⭐ 4.3K) - A Python Object-Document-Mapper for working with MongoDB. MIT

- [GitHub](https://github.com/MongoEngine/mongoengine) (πŸ‘¨β€πŸ’» 400 Β· πŸ”€ 1.2K Β· πŸ“¦ 28K Β· πŸ“‹ 1.7K - 17% open Β· ⏱️ 09.04.2025):

```
git clone https://github.com/MongoEngine/mongoengine
```
- [PyPi](https://pypi.org/project/mongoengine) (πŸ“₯ 1.3M / month):
```
pip install mongoengine
```

motor (πŸ₯ˆ36 Β· ⭐ 2.5K) - Motor - the async Python driver for MongoDB and Tornado or asyncio. Apache-2

- [GitHub](https://github.com/mongodb/motor) (πŸ‘¨β€πŸ’» 57 Β· πŸ”€ 200 Β· πŸ“₯ 73 Β· πŸ“¦ 130K Β· ⏱️ 02.06.2025):

```
git clone https://github.com/mongodb/motor
```
- [PyPi](https://pypi.org/project/motor) (πŸ“₯ 5.1M / month):
```
pip install motor
```

beanie (πŸ₯‰33 Β· ⭐ 2.3K) - Asynchronous Python ODM for MongoDB. Apache-2

- [GitHub](https://github.com/BeanieODM/beanie) (πŸ‘¨β€πŸ’» 110 Β· πŸ”€ 250 Β· πŸ“¦ 4.3K Β· πŸ“‹ 480 - 19% open Β· ⏱️ 10.06.2025):

```
git clone https://github.com/roman-right/beanie
```
- [PyPi](https://pypi.org/project/beanie) (πŸ“₯ 870K / month):
```
pip install beanie
```

pymongo (πŸ₯‰32 Β· ⭐ 4.2K) - PyMongo - the Official MongoDB Python driver. Apache-2

- [GitHub](https://github.com/mongodb/mongo-python-driver) (πŸ‘¨β€πŸ’» 220 Β· πŸ”€ 1.1K Β· πŸ“₯ 2.4K Β· ⏱️ 18.06.2025):

```
git clone https://github.com/mongodb/mongo-python-driver
```
- [PyPi](https://pypi.org/project/pymongo) (πŸ“₯ 48M / month):
```
pip install pymongo
```

odmantic (πŸ₯‰24 Β· ⭐ 1.1K) - Sync and Async ODM (Object Document Mapper) for MongoDB based on python.. ISC

- [GitHub](https://github.com/art049/odmantic) (πŸ‘¨β€πŸ’» 19 Β· πŸ”€ 87 Β· πŸ“¦ 3.6K Β· πŸ“‹ 180 - 49% open Β· ⏱️ 07.01.2025):

```
git clone https://github.com/art049/odmantic
```
- [PyPi](https://pypi.org/project/odmantic) (πŸ“₯ 48K / month):
```
pip install odmantic
```


## Database - ORMs

Back to top

tortoise-orm (πŸ₯‡35 Β· ⭐ 5.1K) - Familiar asyncio ORM for python, built with relations in mind. Apache-2

- [GitHub](https://github.com/tortoise/tortoise-orm) (πŸ‘¨β€πŸ’» 160 Β· πŸ”€ 420 Β· πŸ“₯ 18 Β· πŸ“¦ 10K Β· πŸ“‹ 1.2K - 38% open Β· ⏱️ 06.06.2025):

```
git clone https://github.com/tortoise/tortoise-orm
```
- [PyPi](https://pypi.org/project/tortoise-orm) (πŸ“₯ 240K / month):
```
pip install tortoise-orm
```

piccolo (πŸ₯ˆ29 Β· ⭐ 1.6K) - A fast, user friendly ORM and query builder which supports asyncio. MIT

- [GitHub](https://github.com/piccolo-orm/piccolo) (πŸ‘¨β€πŸ’» 49 Β· πŸ”€ 94 Β· πŸ“¦ 490 Β· πŸ“‹ 460 - 28% open Β· ⏱️ 09.06.2025):

```
git clone https://github.com/piccolo-orm/piccolo
```
- [PyPi](https://pypi.org/project/piccolo) (πŸ“₯ 35K / month):
```
pip install piccolo
```

ormar (πŸ₯ˆ28 Β· ⭐ 1.8K) - python async orm with fastapi in mind and pydantic validation. MIT

- [GitHub](https://github.com/collerek/ormar) (πŸ‘¨β€πŸ’» 42 Β· πŸ”€ 93 Β· πŸ“¦ 1.1K Β· πŸ“‹ 270 - 25% open Β· ⏱️ 10.06.2025):

```
git clone https://github.com/collerek/ormar
```
- [PyPi](https://pypi.org/project/ormar) (πŸ“₯ 29K / month):
```
pip install ormar
```

gino (πŸ₯‰25 Β· ⭐ 2.7K Β· πŸ’€) - GINO Is Not ORM - a Python asyncio ORM on SQLAlchemy core. ❗Unlicensed

- [GitHub](https://github.com/python-gino/gino) (πŸ‘¨β€πŸ’» 45 Β· πŸ”€ 150 Β· πŸ“¦ 2.5K Β· πŸ“‹ 310 - 14% open Β· ⏱️ 12.02.2022):

```
git clone https://github.com/python-gino/gino
```
- [PyPi](https://pypi.org/project/gino) (πŸ“₯ 22K / month):
```
pip install gino
```

prisma (πŸ₯‰22 Β· ⭐ 2K) - Prisma Client Python is an auto-generated and fully type-safe database.. Apache-2

- [GitHub](https://github.com/RobertCraigie/prisma-client-py) (πŸ‘¨β€πŸ’» 31 Β· πŸ”€ 82 Β· πŸ“‹ 420 - 50% open Β· ⏱️ 23.03.2025):

```
git clone https://github.com/RobertCraigie/prisma-client-py
```
- [PyPi](https://pypi.org/project/prisma) (πŸ“₯ 380K / month):
```
pip install prisma
```

orm (πŸ₯‰22 Β· ⭐ 1.8K Β· πŸ’€) - An async ORM. BSD-3

- [GitHub](https://github.com/encode/orm) (πŸ‘¨β€πŸ’» 18 Β· πŸ”€ 97 Β· πŸ“¦ 560 Β· πŸ“‹ 81 - 20% open Β· ⏱️ 30.08.2022):

```
git clone https://github.com/encode/orm
```
- [PyPi](https://pypi.org/project/orm) (πŸ“₯ 8K / month):
```
pip install orm
```


## Database - ORM Integrations

Back to top

sqlmodel (πŸ₯‡38 Β· ⭐ 16K) - SQL databases in Python, designed for simplicity, compatibility, and.. MIT

- [GitHub](https://github.com/fastapi/sqlmodel) (πŸ‘¨β€πŸ’» 92 Β· πŸ”€ 700 Β· πŸ“¦ 28K Β· πŸ“‹ 340 - 51% open Β· ⏱️ 19.06.2025):

```
git clone https://github.com/tiangolo/sqlmodel
```
- [PyPi](https://pypi.org/project/sqlmodel) (πŸ“₯ 3.9M / month):
```
pip install sqlmodel
```

fastapi-sqlalchemy (πŸ₯‰18 Β· ⭐ 650 Β· πŸ’€) - Adds simple SQLAlchemy support to FastAPI. MIT

- [GitHub](https://github.com/mfreeborn/fastapi-sqlalchemy) (πŸ‘¨β€πŸ’» 10 Β· πŸ”€ 43 Β· πŸ“¦ 3 Β· πŸ“‹ 23 - 43% open Β· ⏱️ 09.04.2024):

```
git clone https://github.com/mfreeborn/fastapi-sqlalchemy
```
- [PyPi](https://pypi.org/project/fastapi-sqlalchemy) (πŸ“₯ 66K / month):
```
pip install fastapi-sqlalchemy
```


## Distributed Application Frameworks

Back to top

Dapr SDK for Python (πŸ₯‡25 Β· ⭐ 250) - Dapr SDK for Python. Apache-2

- [GitHub](https://github.com/dapr/python-sdk) (πŸ‘¨β€πŸ’» 78 Β· πŸ”€ 130 Β· πŸ“¦ 870 Β· πŸ“‹ 280 - 6% open Β· ⏱️ 01.06.2025):

```
git clone https://github.com/dapr/python-sdk
```
- [PyPi](https://pypi.org/project/dapr-ext-fastapi) (πŸ“₯ 73K / month):
```
pip install dapr-ext-fastapi
```


## GraphQL API

Back to top

graphene (πŸ₯‡36 Β· ⭐ 8.2K) - GraphQL framework for Python. MIT

- [GitHub](https://github.com/graphql-python/graphene) (πŸ‘¨β€πŸ’» 210 Β· πŸ”€ 800 Β· πŸ“¦ 29K Β· πŸ“‹ 1K - 9% open Β· ⏱️ 09.11.2024):

```
git clone https://github.com/graphql-python/graphene
```
- [PyPi](https://pypi.org/project/graphene) (πŸ“₯ 20M / month):
```
pip install graphene
```

ariadne (πŸ₯ˆ33 Β· ⭐ 2.3K) - Python library for implementing GraphQL servers using schema-first.. BSD-3

- [GitHub](https://github.com/mirumee/ariadne) (πŸ‘¨β€πŸ’» 84 Β· πŸ”€ 190 Β· πŸ“₯ 53 Β· πŸ“¦ 2K Β· πŸ“‹ 320 - 11% open Β· ⏱️ 18.04.2025):

```
git clone https://github.com/mirumee/ariadne
```
- [PyPi](https://pypi.org/project/ariadne) (πŸ“₯ 710K / month):
```
pip install ariadne
```

strawberry (πŸ₯‰27 Β· ⭐ 4.3K) - A GraphQL library for Python that leverages type annotations. MIT

- [GitHub](https://github.com/strawberry-graphql/strawberry) (πŸ‘¨β€πŸ’» 290 Β· πŸ”€ 570 Β· πŸ“₯ 460 Β· πŸ“‹ 1.1K - 35% open Β· ⏱️ 19.06.2025):

```
git clone https://github.com/strawberry-graphql/strawberry
```
- [PyPi](https://pypi.org/project/strawberry) (πŸ“₯ 680 / month):
```
pip install strawberry
```

tartiflette (πŸ₯‰20 Β· ⭐ 860 Β· πŸ’€) - GraphQL Engine built with Python 3.6+ / asyncio. MIT

- [GitHub](https://github.com/tartiflette/tartiflette) (πŸ‘¨β€πŸ’» 27 Β· πŸ”€ 36 Β· πŸ“‹ 140 - 8% open Β· ⏱️ 20.01.2022):

```
git clone https://github.com/tartiflette/tartiflette
```
- [PyPi](https://pypi.org/project/tartiflette) (πŸ“₯ 7.3K / month):
```
pip install tartiflette
```


## RESTful API - Authentication

Back to top

fastapi-users (πŸ₯‡32 Β· ⭐ 5.3K) - Ready-to-use and customizable users management for FastAPI. MIT

- [GitHub](https://github.com/fastapi-users/fastapi-users) (πŸ‘¨β€πŸ’» 68 Β· πŸ”€ 440 Β· πŸ“₯ 400 Β· πŸ“¦ 5.3K Β· πŸ“‹ 280 - 4% open Β· ⏱️ 04.01.2025):

```
git clone https://github.com/fastapi-users/fastapi-users
```
- [PyPi](https://pypi.org/project/fastapi-users) (πŸ“₯ 330K / month):
```
pip install fastapi-users
```

authx (πŸ₯ˆ26 Β· ⭐ 950) - Ready-to-use and customizable Authentications and Oauth2 management for.. MIT

- [GitHub](https://github.com/yezz123/authx) (πŸ‘¨β€πŸ’» 20 Β· πŸ”€ 54 Β· πŸ“¦ 240 Β· πŸ“‹ 63 - 9% open Β· ⏱️ 11.06.2025):

```
git clone https://github.com/yezz123/AuthX
```
- [PyPi](https://pypi.org/project/authx) (πŸ“₯ 17K / month):
```
pip install authx
```

fastapi-azure-auth (πŸ₯ˆ24 Β· ⭐ 530 Β· πŸ“‰) - Easy and secure implementation of Azure Entra ID.. MIT

- [GitHub](https://github.com/intility/fastapi-azure-auth) (πŸ‘¨β€πŸ’» 31 Β· πŸ”€ 74 Β· πŸ“¦ 130 Β· πŸ“‹ 120 - 3% open Β· ⏱️ 23.04.2025):

```
git clone https://github.com/Intility/fastapi-azure-auth
```
- [PyPi](https://pypi.org/project/fastapi-azure-auth) (πŸ“₯ 300K / month):
```
pip install fastapi-azure-auth
```

fastapi-login (πŸ₯ˆ23 Β· ⭐ 680) - FastAPI-Login tries to provide similar functionality as.. MIT

- [GitHub](https://github.com/maxrdu/fastapi_login) (πŸ‘¨β€πŸ’» 15 Β· πŸ”€ 62 Β· πŸ“₯ 9 Β· πŸ“¦ 1.1K Β· πŸ“‹ 59 - 1% open Β· ⏱️ 20.05.2025):

```
git clone https://github.com/MushroomMaula/fastapi_login
```
- [PyPi](https://pypi.org/project/fastapi-login) (πŸ“₯ 45K / month):
```
pip install fastapi-login
```

fastapi-cloudauth (πŸ₯‰19 Β· ⭐ 350 Β· πŸ’€) - Simple integration between FastAPI and cloud.. MIT

- [GitHub](https://github.com/tokusumi/fastapi-cloudauth) (πŸ‘¨β€πŸ’» 6 Β· πŸ”€ 36 Β· πŸ“¦ 95 Β· πŸ“‹ 49 - 61% open Β· ⏱️ 12.05.2022):

```
git clone https://github.com/tokusumi/fastapi-cloudauth
```
- [PyPi](https://pypi.org/project/fastapi-cloudauth) (πŸ“₯ 57K / month):
```
pip install fastapi-cloudauth
```

fastapi-jwt-auth (πŸ₯‰18 Β· ⭐ 710 Β· πŸ’€) - FastAPI extension that provides JWT Auth support.. MIT

- [GitHub](https://github.com/IndominusByte/fastapi-jwt-auth) (πŸ‘¨β€πŸ’» 3 Β· πŸ”€ 140 Β· πŸ“‹ 83 - 56% open Β· ⏱️ 11.11.2020):

```
git clone https://github.com/IndominusByte/fastapi-jwt-auth
```
- [PyPi](https://pypi.org/project/fastapi-jwt-auth) (πŸ“₯ 70K / month):
```
pip install fastapi-jwt-auth
```

fastapi-security (πŸ₯‰17 Β· ⭐ 150 Β· πŸ’€) - Implements authentication and authorization as.. MIT

- [GitHub](https://github.com/jacobsvante/fastapi-security) (πŸ‘¨β€πŸ’» 3 Β· πŸ”€ 8 Β· πŸ“₯ 75 Β· πŸ“¦ 120 Β· πŸ“‹ 4 - 25% open Β· ⏱️ 15.05.2022):

```
git clone https://github.com/jacobsvante/fastapi-security
```
- [PyPi](https://pypi.org/project/fastapi-security) (πŸ“₯ 14K / month):
```
pip install fastapi-security
```

fastapi-simple-security (πŸ₯‰14 Β· ⭐ 370 Β· πŸ’€) - Drop-in API-key based security for FastAPI. MIT

- [GitHub](https://github.com/mrtolkien/fastapi_simple_security) (πŸ‘¨β€πŸ’» 7 Β· πŸ”€ 32 Β· πŸ“‹ 11 - 9% open Β· ⏱️ 18.07.2023):

```
git clone https://github.com/mrtolkien/fastapi_simple_security
```
- [PyPi](https://pypi.org/project/fastapi-simple-security) (πŸ“₯ 1.4K / month):
```
pip install fastapi-simple-security
```

Show 1 hidden projects...

- fastapi-auth (πŸ₯‰6 Β· ⭐ 160 Β· πŸ’€) - Auth for use with FastAPI. MIT


## RESTful API - Rate Limiting

Back to top

SlowApi (πŸ₯‡27 Β· ⭐ 1.5K) - A rate limiter for Starlette and FastAPI. MIT

- [GitHub](https://github.com/laurentS/slowapi) (πŸ‘¨β€πŸ’» 26 Β· πŸ”€ 90 Β· πŸ“¦ 6.9K Β· πŸ“‹ 100 - 39% open Β· ⏱️ 27.06.2024):

```
git clone https://github.com/laurentS/slowapi
```
- [PyPi](https://pypi.org/project/slowapi) (πŸ“₯ 1.4M / month):
```
pip install slowapi
```

fastapi-limiter (πŸ₯‰22 Β· ⭐ 590 Β· πŸ’€) - A request rate limiter for fastapi. Apache-2

- [GitHub](https://github.com/long2ice/fastapi-limiter) (πŸ‘¨β€πŸ’» 12 Β· πŸ”€ 61 Β· πŸ“¦ 2.6K Β· πŸ“‹ 47 - 68% open Β· ⏱️ 05.01.2024):

```
git clone https://github.com/long2ice/fastapi-limiter
```
- [PyPi](https://pypi.org/project/fastapi-limiter) (πŸ“₯ 210K / month):
```
pip install fastapi-limiter
```


## RESTful API - Pagination

Back to top

fastapi-pagination (πŸ₯‡34 Β· ⭐ 1.4K) - FastAPI pagination. MIT

- [GitHub](https://github.com/uriyyo/fastapi-pagination) (πŸ‘¨β€πŸ’» 51 Β· πŸ”€ 150 Β· πŸ“¦ 4.3K Β· πŸ“‹ 250 - 3% open Β· ⏱️ 18.06.2025):

```
git clone https://github.com/uriyyo/fastapi-pagination
```
- [PyPi](https://pypi.org/project/fastapi-pagination) (πŸ“₯ 1.3M / month):
```
pip install fastapi-pagination
```


## RESTful API - Observability

Back to top

prometheus-fastapi-instrumentator (πŸ₯‡30 Β· ⭐ 1.2K Β· πŸ“ˆ) - Instrument your FastAPI with Prometheus metrics. ISC

- [GitHub](https://github.com/trallnag/prometheus-fastapi-instrumentator) (πŸ‘¨β€πŸ’» 29 Β· πŸ”€ 95 Β· πŸ“¦ 6K Β· πŸ“‹ 100 - 38% open Β· ⏱️ 19.03.2025):

```
git clone https://github.com/trallnag/prometheus-fastapi-instrumentator
```
- [PyPi](https://pypi.org/project/prometheus-fastapi-instrumentator) (πŸ“₯ 3.8M / month):
```
pip install prometheus-fastapi-instrumentator
```

opentelemetry-instrumentation-fastapi (πŸ₯‡30 Β· ⭐ 850) - OpenTelemetry instrumentation for Python modules. Apache-2

- [GitHub](https://github.com/open-telemetry/opentelemetry-python-contrib) (πŸ‘¨β€πŸ’» 360 Β· πŸ”€ 710 Β· πŸ“‹ 1.4K - 37% open Β· ⏱️ 17.06.2025):

```
git clone https://github.com/open-telemetry/opentelemetry-python-contrib
```
- [PyPi](https://pypi.org/project/opentelemetry-instrumentation-fastapi) (πŸ“₯ 16M / month):
```
pip install opentelemetry-instrumentation-fastapi
```

fastapi-opentracing (πŸ₯‰7 Β· ⭐ 24 Β· πŸ’€) - fastapi opentracing middleware works on k8s. MIT

- [GitHub](https://github.com/wesdu/fastapi-opentracing) (πŸ‘¨β€πŸ’» 5 Β· πŸ”€ 7 Β· πŸ“‹ 6 - 83% open Β· ⏱️ 19.01.2022):

```
git clone https://github.com/wesdu/fastapi-opentracing
```
- [PyPi](https://pypi.org/project/fastapi-opentracing) (πŸ“₯ 35 / month):
```
pip install fastapi-opentracing
```


## RESTful API - Templating

Back to top

fastapi-chameleon (πŸ₯‡13 Β· ⭐ 140) - Adds integration of the Chameleon template language to.. MIT

- [GitHub](https://github.com/mikeckennedy/fastapi-chameleon) (πŸ‘¨β€πŸ’» 8 Β· πŸ”€ 27 Β· πŸ“‹ 15 - 6% open Β· ⏱️ 04.04.2025):

```
git clone https://github.com/mikeckennedy/fastapi-chameleon
```
- [PyPi](https://pypi.org/project/fastapi-chameleon) (πŸ“₯ 860 / month):
```
pip install fastapi-chameleon
```

fastapi-jinja (πŸ₯‰9 Β· ⭐ 71) - Adds integration of the Jinja template language to FastAPI. MIT

- [GitHub](https://github.com/AGeekInside/fastapi-jinja) (πŸ‘¨β€πŸ’» 5 Β· πŸ”€ 11 Β· ⏱️ 16.11.2024):

```
git clone https://github.com/AGeekInside/fastapi-jinja
```
- [PyPi](https://pypi.org/project/fastapi-jinja) (πŸ“₯ 270 / month):
```
pip install fastapi-jinja
```


## Requirement management tools based on FastAPI

Back to top

strictdoc (πŸ₯‡25 Β· ⭐ 190 Β· πŸ“ˆ) - Software for technical documentation and requirements.. ❗Unlicensed

- [GitHub](https://github.com/strictdoc-project/strictdoc) (πŸ‘¨β€πŸ’» 28 Β· πŸ”€ 31 Β· πŸ“¦ 12 Β· πŸ“‹ 560 - 22% open Β· ⏱️ 18.06.2025):

```
git clone https://github.com/strictdoc-project/strictdoc
```
- [PyPi](https://pypi.org/project/strictdoc) (πŸ“₯ 1.4K / month):
```
pip install strictdoc
```

---

## Related Resources

- [**Best-of lists**](https://best-of.org): Discover other best-of lists with awesome open-source projects on all kinds of topics.

## Contribution

Contributions are encouraged and always welcome! If you like to add or update projects, choose one of the following ways:

- Open an issue by selecting one of the provided categories from the [issue page](https://github.com/fkromer/best-of-fastapi/issues/new/choose) and fill in the requested information.
- Modify the [projects.yaml](https://github.com/fkromer/best-of-fastapi/blob/main/projects.yaml) with your additions or changes, and submit a pull request. This can also be done directly via the [Github UI](https://github.com/fkromer/best-of-fastapi/edit/main/projects.yaml).

If you like to contribute to or share suggestions regarding the project metadata collection or markdown generation, please refer to the [best-of-generator](https://github.com/best-of-lists/best-of-generator) repository. If you like to create your own best-of list, we recommend to follow [this guide](https://github.com/best-of-lists/best-of/blob/main/create-best-of-list.md).

For more information on how to add or update projects, please read the [contribution guidelines](https://github.com/fkromer/best-of-fastapi/blob/main/CONTRIBUTING.md). By participating in this project, you agree to abide by its [Code of Conduct](https://github.com/fkromer/best-of-fastapi/blob/main/.github/CODE_OF_CONDUCT.md).

## License

[![CC0](https://mirrors.creativecommons.org/presskit/buttons/88x31/svg/by-sa.svg)](https://creativecommons.org/licenses/by-sa/4.0/)