Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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

Last synced: 3 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 39 awesome open-source projects with a total of 87K stars grouped into 11 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) _7 projects_
- [Database - ORM Integrations](#database---orm-integrations) _2 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_

## 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 (πŸ₯‡31 Β· ⭐ 1.9K) - SQLAlchemy Admin for FastAPI and Starlette. BSD-3

- [GitHub](https://github.com/aminalaee/sqladmin) (πŸ‘¨β€πŸ’» 63 Β· πŸ”€ 180 Β· πŸ“¦ 1.1K Β· πŸ“‹ 240 - 17% open Β· ⏱️ 28.10.2024):

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

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

- [GitHub](https://github.com/fastapi-admin/fastapi-admin) (πŸ‘¨β€πŸ’» 16 Β· πŸ”€ 360 Β· πŸ“¦ 390 Β· πŸ“‹ 120 - 41% open Β· ⏱️ 05.09.2024):

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

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

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

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


## CRUD

Back to top

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

- [GitHub](https://github.com/igorbenav/fastcrud) (πŸ‘¨β€πŸ’» 13 Β· πŸ”€ 57 Β· πŸ“¦ 100 Β· πŸ“‹ 75 - 33% open Β· ⏱️ 21.10.2024):

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


## Database - ODMs

Back to top

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

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

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

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

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

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

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

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

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

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

- [GitHub](https://github.com/BeanieODM/beanie) (πŸ‘¨β€πŸ’» 96 Β· πŸ”€ 220 Β· πŸ“¦ 3K Β· πŸ“‹ 430 - 18% open Β· ⏱️ 28.10.2024):

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

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

- [GitHub](https://github.com/art049/odmantic) (πŸ‘¨β€πŸ’» 19 Β· πŸ”€ 91 Β· πŸ“¦ 3.4K Β· πŸ“‹ 170 - 47% open Β· ⏱️ 26.04.2024):

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


## Database - ORMs

Back to top

sqlalchemy (πŸ₯‡45 Β· ⭐ 9.6K) - The Database Toolkit for Python. MIT

- [GitHub](https://github.com/sqlalchemy/sqlalchemy) (πŸ‘¨β€πŸ’» 740 Β· πŸ”€ 1.4K Β· πŸ“₯ 51K Β· πŸ“¦ 900K Β· πŸ“‹ 7.9K - 2% open Β· ⏱️ 31.10.2024):

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

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

- [GitHub](https://github.com/tortoise/tortoise-orm) (πŸ‘¨β€πŸ’» 150 Β· πŸ”€ 380 Β· πŸ“₯ 16 Β· πŸ“¦ 8.6K Β· πŸ“‹ 1.1K - 47% open Β· ⏱️ 26.10.2024):

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

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

- [GitHub](https://github.com/piccolo-orm/piccolo) (πŸ‘¨β€πŸ’» 45 Β· πŸ”€ 89 Β· πŸ“¦ 410 Β· πŸ“‹ 430 - 27% open Β· ⏱️ 23.10.2024):

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

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

- [GitHub](https://github.com/collerek/ormar) (πŸ‘¨β€πŸ’» 38 Β· πŸ”€ 87 Β· πŸ“¦ 1K Β· πŸ“‹ 270 - 27% open Β· ⏱️ 02.10.2024):

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

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

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

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

gino (πŸ₯‰24 Β· ⭐ 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) (πŸ“₯ 27K / month):
```
pip install gino
```

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

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

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


## Database - ORM Integrations

Back to top

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

- [GitHub](https://github.com/fastapi/sqlmodel) (πŸ‘¨β€πŸ’» 80 Β· πŸ”€ 620 Β· πŸ“¦ 17K Β· πŸ“‹ 340 - 52% open Β· ⏱️ 27.10.2024):

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

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

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

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


## GraphQL API

Back to top

graphene (πŸ₯‡38 Β· ⭐ 8.1K Β· πŸ“ˆ) - GraphQL framework for Python. MIT

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

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

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

- [GitHub](https://github.com/mirumee/ariadne) (πŸ‘¨β€πŸ’» 77 Β· πŸ”€ 180 Β· πŸ“¦ 1.7K Β· πŸ“‹ 320 - 10% open Β· ⏱️ 02.08.2024):

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

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

- [GitHub](https://github.com/strawberry-graphql/strawberry) (πŸ‘¨β€πŸ’» 260 Β· πŸ”€ 520 Β· πŸ“₯ 590 Β· πŸ“‹ 1K - 38% open Β· ⏱️ 31.10.2024):

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

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

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

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


## RESTful API - Authentication

Back to top

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

- [GitHub](https://github.com/fastapi-users/fastapi-users) (πŸ‘¨β€πŸ’» 67 Β· πŸ”€ 380 Β· πŸ“₯ 300 Β· πŸ“¦ 4.1K Β· πŸ“‹ 280 - 3% open Β· ⏱️ 19.10.2024):

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

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

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

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

fastapi-azure-auth (πŸ₯ˆ25 Β· ⭐ 460) - Easy and secure implementation of Azure Entra ID.. MIT

- [GitHub](https://github.com/Intility/fastapi-azure-auth) (πŸ‘¨β€πŸ’» 28 Β· πŸ”€ 67 Β· πŸ“¦ 89 Β· πŸ“‹ 100 - 2% open Β· ⏱️ 15.10.2024):

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

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

- [GitHub](https://github.com/MushroomMaula/fastapi_login) (πŸ‘¨β€πŸ’» 14 Β· πŸ”€ 57 Β· πŸ“₯ 8 Β· πŸ“¦ 980 Β· ⏱️ 18.09.2024):

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

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

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

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

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

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

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

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

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

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

fastapi-simple-security (πŸ₯‰14 Β· ⭐ 330 Β· πŸ’€) - 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.2K / month):
```
pip install fastapi-simple-security
```

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

- [GitHub](https://github.com/dmontagu/fastapi-auth) (πŸ”€ 8 Β· πŸ“‹ 2 - 50% open Β· ⏱️ 18.12.2019):

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


## RESTful API - Rate Limiting

Back to top

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

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

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

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

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

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


## RESTful API - Pagination

Back to top

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

- [GitHub](https://github.com/uriyyo/fastapi-pagination) (πŸ‘¨β€πŸ’» 48 Β· πŸ”€ 140 Β· πŸ“¦ 2.9K Β· πŸ“‹ 230 - 3% open Β· ⏱️ 31.10.2024):

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


## RESTful API - Observability

Back to top

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

- [GitHub](https://github.com/open-telemetry/opentelemetry-python-contrib) (πŸ‘¨β€πŸ’» 310 Β· πŸ”€ 590 Β· πŸ“¦ 2.2K Β· πŸ“‹ 1.2K - 35% open Β· ⏱️ 30.10.2024):

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

prometheus-fastapi-instrumentator (πŸ₯‰26 Β· ⭐ 960) - Instrument your FastAPI with Prometheus metrics. ISC

- [GitHub](https://github.com/trallnag/prometheus-fastapi-instrumentator) (πŸ‘¨β€πŸ’» 28 Β· πŸ”€ 81 Β· πŸ“¦ 2.6K Β· πŸ“‹ 98 - 37% open Β· ⏱️ 13.03.2024):

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

fastapi-opentracing (πŸ₯‰9 Β· ⭐ 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) (πŸ“₯ 720 / month):
```
pip install fastapi-opentracing
```


## RESTful API - Templating

Back to top

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

- [GitHub](https://github.com/mikeckennedy/fastapi-chameleon) (πŸ‘¨β€πŸ’» 7 Β· πŸ”€ 26 Β· πŸ“‹ 13 - 7% open Β· ⏱️ 21.01.2024):

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

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

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

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

---

## 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/)