• This repository has been archived on 26/Dec/2022
  • Stars
    star
    45
  • Rank 624,037 (Top 13 %)
  • Language Makefile
  • License
    MIT License
  • Created almost 4 years ago
  • Updated almost 2 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

Need to debug your FastAPI application with Docker? Don't worry! 😎

More Repositories

1

fastapi-tips

FastAPI Tips by The FastAPI Expert!
1,590
star
2

awesome-fastapi-projects

List of FastAPI projects! 😎 🚀
TypeScript
1,357
star
3

awesome-pydantic

A curated list of awesome things related to Pydantic! 🌪️
468
star
4

fastapi-microservices

Fully Python async FastAPI project! 🚀
Python
390
star
5

python-multipart

A streaming multipart parser for Python.
Python
264
star
6

fastapi-health

Implement the Health Check API pattern on your FastAPI application! 🚀
Python
170
star
7

fastapi-prometheus-grafana

FasAPI + Prometheus + Grafana! 🎉
Python
145
star
8

fastapi-responses

Find HTTPExceptions and turn them into documented responses! 🎉
Python
89
star
9

kwonly-transformer

We don't like positional args, we like keyword only args! 🎉
Python
84
star
10

uvicorn-browser

Browser reload with uvicorn! ✨
Python
69
star
11

fastapi-asyncapi

OpenAPI is not enough for you? 😡 Let's try AsyncAPI! 👼
Python
59
star
12

no-optional

Replace `Optional[T]` by `Union[T, None]` 👀
Python
54
star
13

basesqlmodel

A very simple CRUD class for SQLModel! ✨
Python
47
star
14

asgi-logger

Access logger for ASGI servers! 🎉
Python
46
star
15

flake8-fastapi

Flake8 FastAPI - Avoid simple FastAPI mistakes ~opinionated~ 🤓
Python
44
star
16

bump-testclient

Replace Starlette's TestClient from `requests` to `httpx`! 🎉
Python
41
star
17

fastapix

FastAPI X is a powerful CLI tool to help you! 🚀
Python
31
star
18

fastapi-packages

List of FastAPI packages weekly automatically updated! 🎉
Python
30
star
19

python-template

A template for Python packages that makes you go from 🥵 to 😎!
Jinja
28
star
20

promypy

Progressive type annotation without regression! 🚀
Python
22
star
21

fastapi-performance

fastapi-performance
HTML
22
star
22

fastapi-workshop

"Getting Started with FastAPI" workshop published by O'Reilly! ✨
Python
21
star
23

full-stack-fastapi

All FastAPI best practices in a single place! ⚡
Shell
21
star
24

fastapi-authorization

Opinionated authorization package for FastAPI! 🎉
Python
20
star
25

fastapi-template

Speed up your development with the right FastAPI setup! - WIP
Python
19
star
26

uvicorn-worker

Uvicorn worker for Gunicorn! ✨
Python
18
star
27

fastapi-dependency

Use less threads for your FastAPI applications 🚚
Python
17
star
28

monorepo

13
star
29

fastapi-cookbook

The FastAPI CookBook by the FastAPI Expert! 😎
13
star
30

starlette-testclient

A backport of Starlette's TestClient using requests! ⏪️
Python
12
star
31

Kludex

12
star
32

fastapix-project-simple

Template to start with FastAPI! 😎
Python
12
star
33

libcst-mypy

Type inference provider using mypy for LibCST! ✨
Python
11
star
34

dbml

Convert SQLAlchemy/SQLModel into DBML, and the other way around! 🎉
Python
10
star
35

python-monorepo

The Python Monorepo template! 🎉
Python
9
star
36

gh-co-author

Generate `Co-authored-by` trailer to add on commit messages! 😄
Shell
9
star
37

simpletiming

Time your functions in a smart way! ~ Highly Inspired by codetiming 🎉
Python
9
star
38

awesome-python-codemods

A curated list of awesome things related to Python Codemods! ✨
8
star
39

only-relative-import

Only allow relative imports! 😅
Python
8
star
40

file-response

FileResponse with HTTP Range!
Python
8
star
41

simplecrud

CRUD Factory - Created by and for FastAPI users! 🎉 Support for MySQL, PostgreSQL and SQLite! 😎
Python
7
star
42

uvicorn-extensions

Uvicorn Extensions ⚡
Python
7
star
43

awesome-textual

A curated list of awesome things related to Textual! ✨
Python
7
star
44

asgi-types

The ASGI types correctly type hinted!
Python
6
star
45

rsort

Sort Python requirements 🚀
Python
6
star
46

fastapi-skaffold-debug

Need to debug your FastAPI application with Skaffold? Don't worry! 😎
Makefile
6
star
47

serverping

FastAPI Application to ping a server and send its status via Slack! 🎉
Python
5
star
48

load-env-vars-at-startup

Codemod to load environment variables at startup. 📝
Python
5
star
49

videos

Holds the code created on my youtube videos!
Python
4
star
50

no-route

WIP - `@app.route(..., methods=["GET"])` ➡️ `@app.get(...)`! 📝
Python
4
star
51

blog

This is my blog! 🎉
Python
4
star
52

fastapi-monorepo

Monorepo with Tiltfile and Pantsbuild!
Starlark
4
star
53

fastapi-security

The right way to implement security strategies with FastAPI! 🎉
Python
3
star
54

celery-leak

Trying to reproduce celery leak
HTML
3
star
55

logfire-queries

Let's share our Logfire Queries here! 🎉
2
star
56

update-file

GitHub Action to update files based on a cron & custom script! 😄
Python
2
star
57

fastapi-dependency-graph

Python
2
star
58

asgitestclient

2
star
59

asgi-websub

WIP: Implement WebSub protocol for ASGI apps! 🚀
Python
2
star
60

stream-csv

Uff... Ways to stream CSV content! 😗
Python
1
star
61

fastapi-2fa

A FastAPI application with Two-Factor Authentication! 👮 🛡️ WIP 🔨
Makefile
1
star
62

fastapi-readme

Integration between FastAPI and ReadMe! 🎉
Python
1
star
63

WhatsappCounterMessages

Counts the number of messages of each participant of the chat.
Java
1
star
64

team-slack-bot

JavaScript
1
star
65

uvicorn-docker

Uvicorn production ready images! 🎉
Shell
1
star
66

pytest-fastapi

Makefile
1
star
67

dependabot-lab

Minimal repository that only contains Dependabot and an Automerge action! 🎉
1
star
68

cuterabbitmq

Python
1
star
69

starlette-sentry

Created to test StarletteIntegration from Sentry! ✨
Python
1
star
70

fastapi-cython

Empirical study about cythonized FastAPI projects! ✨
Python
1
star
71

parser

Sans-IO parser for RFC 7578 `multipart/form-data`
Rust
1
star
72

accountant

The accountant you always wanted! 🚀
Jinja
1
star