Hi there! ๐ My name is Marcelo, and I'm from ๐ง๐ท (half ๐บ๐พ, half ๐ฎ๐น)! ๐ I'm a maintainer of [Uvicorn] and [Starlette], and I'm also considered a [FastAPI Expert].โฆ
Hi there! ๐
My name is Marcelo, and I'm from ๐ง๐ท (half ๐บ๐พ, half ๐ฎ๐น)! ๐
I'm a maintainer of [Uvicorn] and [Starlette], and I'm also considered a [FastAPI Expert]. ๐ค
I'm currently working at [Pydantic]. ๐
I also have a [YouTube channel], where I talk about Python, FastAPI, and other stuff. ๐ฅ
Besides that, I also speak at [Python conferences]! ๐ค
> [!TIP]
> I have a Discord, if you want to talk about the packages I maintain, or anything else. Join here!
Packages I maintain...
| Project | GitHub Stars | PyPI Downloads |
|---------|--------------|-------------|
| [starlette] | ![GitHub stars][starlette-stars] | ![PyPI downloads][starlette-downloads] |
| [uvicorn] | ![GitHub stars][uvicorn-stars] | ![PyPI downloads][uvicorn-downloads] |
| [python-multipart] | ![GitHub stars][python-multipart-stars] | ![PyPI downloads][python-multipart-downloads] |
| [mangum] | ![GitHub stars][mangum-stars] | ![PyPI downloads][mangum-downloads] |
| [uvicorn-worker] | ![GitHub stars][uvicorn-worker-stars] | ![PyPI downloads][uvicorn-worker-downloads] |
[starlette]: https://github.com/Kludex/starlette
[starlette-stars]: https://img.shields.io/github/stars/encode/starlette?style=social
[starlette-downloads]: https://img.shields.io/pypi/dm/starlette
[uvicorn]: https://github.com/Kludex/uvicorn
[uvicorn-stars]: https://img.shields.io/github/stars/encode/uvicorn?style=social
[uvicorn-downloads]: https://img.shields.io/pypi/dm/uvicorn
[python-multipart]: https://github.com/Kludex/python-multipart
[python-multipart-stars]: https://img.shields.io/github/stars/Kludex/python-multipart?style=social
[python-multipart-downloads]: https://img.shields.io/pypi/dm/python-multipart
[mangum]: https://github.com/Kludex/mangum
[mangum-stars]: https://img.shields.io/github/stars/Kludex/mangum?style=social
[mangum-downloads]: https://img.shields.io/pypi/dm/mangum
[uvicorn-worker]: https://github.com/Kludex/uvicorn-worker
[uvicorn-worker-stars]: https://img.shields.io/github/stars/Kludex/uvicorn-worker?style=social
[uvicorn-worker-downloads]: https://img.shields.io/pypi/dm/uvicorn-worker
Other projects I contribute to...
| Project | GitHub Stars | Open Issues | Open Pull Requests |
|---------|--------------|-------------|---------------------|
| [fastapi-tips] | ![GitHub stars][fastapi-tips-stars] | ![GitHub issues][fastapi-tips-issues] | ![GitHub pull requests][fastapi-tips-prs] |
| [awesome-asgi] | ![GitHub stars][awesome-asgi-stars] | ![GitHub issues][awesome-asgi-issues] | ![GitHub pull requests][awesome-asgi-prs] |
| [awesome-pydantic] | ![GitHub stars][awesome-pydantic-stars] | ![GitHub issues][awesome-pydantic-issues] | ![GitHub pull requests][awesome-pydantic-prs] |
[fastapi-tips]: https://github.com/kludex/fastapi-tips
[fastapi-tips-stars]: https://img.shields.io/github/stars/kludex/fastapi-tips?style=social
[fastapi-tips-issues]: https://img.shields.io/github/issues/kludex/fastapi-tips
[fastapi-tips-prs]: https://img.shields.io/github/issues-pr/kludex/fastapi-tips
[awesome-asgi]: https://github.com/florimondmanca/awesome-asgi
[awesome-asgi-stars]: https://img.shields.io/github/stars/florimondmanca/awesome-asgi?style=social
[awesome-asgi-issues]: https://img.shields.io/github/issues/florimondmanca/awesome-asgi
[awesome-asgi-prs]: https://img.shields.io/github/issues-pr/florimondmanca/awesome-asgi
[awesome-pydantic]: https://github.com/Kludex/awesome-pydantic
[awesome-pydantic-stars]: https://img.shields.io/github/stars/Kludex/awesome-pydantic?style=social
[awesome-pydantic-issues]: https://img.shields.io/github/issues/Kludex/awesome-pydantic
[awesome-pydantic-prs]: https://img.shields.io/github/issues-pr/Kludex/awesome-pydantic
[Starlette]: https://github.com/encode/starlette
[Uvicorn]: https://github.com/encode/uvicorn
[FastAPI Expert]: https://fastapi.tiangolo.com/fastapi-people/#experts
[Pydantic]: https://pydantic.dev/
[YouTube channel]: https://www.youtube.com/channel/UC91TdNbobUqT3d2CHcTkx8A
[Python conferences]: https://www.youtube.com/playlist?list=PLHI4xriXPKCjEN_8i5nEM0zPh8PxgEQPW
-
starlette
The little ASGI framework that shines. ๐
Python โ 12k 2d agoExplain โ -
uvicorn
An ASGI web server, for Python. ๐ฆ
Python โ 11k 18h agoExplain โ -
fastapi-tips
FastAPI Tips by The FastAPI Expert!
โ 3.6k 8mo agoExplain โ -
mangum
AWS Lambda support for ASGI applications
Python โ 2.1k 20d agoExplain โ -
awesome-fastapi-projects
List of FastAPI projects! :sunglasses: :rocket:
TypeScript โ 1.6k 6h agoExplain โ -
awesome-pydantic
A curated list of awesome things related to Pydantic! ๐ช๏ธ
โ 773 2d agoExplain โ -
fastapi-microservices
Fully Python async FastAPI project! ๐
Python โ 548 3y agoExplain โ -
python-multipart
A streaming multipart parser for Python.
Python โ 508 16d agoExplain โ -
fastapi-prometheus-grafana
FasAPI + Prometheus + Grafana! :tada:
Python โ 217 2y agoExplain โ -
fastapi-health
Implement the Health Check API pattern on your FastAPI application! :rocket:
Python โ 188 2y agoExplain โ -
uvicorn-worker
Uvicorn worker for Gunicorn! :sparkles:
Python โ 118 6mo agoExplain โ -
fastapi-responses โฃ
Find HTTPExceptions and turn them into documented responses! :tada:
Python โ 103 2y agoExplain โ -
kwonly-transformer
We don't like positional args, we like keyword only args! ๐
Python โ 91 1mo agoExplain โ -
fastapi-asyncapi โฃ
OpenAPI is not enough for you? ๐ก Let's try AsyncAPI! :angel:
Python โ 78 8mo agoExplain โ -
uvicorn-browser
Browser reload with uvicorn! :sparkles:
Python โ 67 3y agoExplain โ -
no-optional
Replace `Optional[T]` by `Union[T, None]` ๐
Python โ 58 1mo agoExplain โ -
asgi-logger
Access logger for ASGI servers! :tada:
Python โ 53 2y agoExplain โ -
basesqlmodel โฃ
A very simple CRUD class for SQLModel! :sparkles:
Python โ 47 3y agoExplain โ -
flake8-fastapi
Flake8 FastAPI - Avoid simple FastAPI mistakes ~opinionated~ ๐ค
Python โ 46 3y agoExplain โ -
fastapi-docker-debug โฃ
Need to debug your FastAPI application with Docker? Don't worry! :sunglasses:
Makefile โ 44 3y agoExplain โ -
bump-testclient
Replace Starlette's TestClient from `requests` to `httpx`! ๐
Python โ 42 1mo agoExplain โ -
fastapi-dependency
Use less threads for your FastAPI applications ๐
Python โ 41 3y agoExplain โ -
fastapi-packages โฃ
List of FastAPI packages weekly automatically updated! :tada:
Python โ 36 4y agoExplain โ -
python-template
A template for Python packages that makes you go from ๐ฅต to ๐!
Jinja โ 34 1y agoExplain โ -
fastapix
FastAPI X is a powerful CLI tool to help you! :rocket:
Python โ 32 3y agoExplain โ -
promypy
Progressive type annotation without regression! ๐
Python โ 31 1mo agoExplain โ -
zttp
Sans-IO HTTP parser for Python with a Zig core! :zap:
Zig โ 24 4d agoExplain โ -
fastapi-performance
fastapi-performance
HTML โ 24 2y agoExplain โ -
monorepo
No description.
โ 23 22d agoExplain โ -
fastapi-workshop
"Getting Started with FastAPI" workshop published by O'Reilly! :sparkles:
Python โ 23 2y agoExplain โ -
fastapi-authorization
Opinionated authorization package for FastAPI! :tada:
Python โ 21 4y agoExplain โ -
pydantic-ai-course
No description.
Python โ 21 1y agoExplain โ -
zloop
AsyncIO event loop with a Zig core! :zap:
Zig โ 18 11d agoExplain โ -
agent-app
No description.
Python โ 18 4mo agoExplain โ -
Kludex
No description.
โ 18 9mo agoExplain โ -
cassetter
No description.
Python โ 13 3mo agoExplain โ -
starlette-testclient
A backport of Starlette's TestClient using requests! โช๏ธ
Python โ 13 2y agoExplain โ -
libcst-mypy
Type inference provider using mypy for LibCST! :sparkles:
Python โ 13 3y agoExplain โ -
dbml
Convert SQLAlchemy/SQLModel into DBML, and the other way around! :tada:
Python โ 12 3y agoExplain โ -
fastapi-cookbook
The FastAPI CookBook by the FastAPI Expert! ๐
โ 12 3y agoExplain โ -
gh-co-author
Generate `Co-authored-by` trailer to add on commit messages! :smile:
Shell โ 11 3y agoExplain โ -
fastapix-project-simple
Template to start with FastAPI! ๐
Python โ 11 3y agoExplain โ -
awesome-textual
A curated list of awesome things related to Textual! :sparkles:
Python โ 10 4y agoExplain โ -
whatsapp-client
Async Python client for the WhatsApp Business Cloud API
Python โ 9 4mo agoExplain โ -
python-monorepo
The Python Monorepo template! :tada:
Python โ 9 3y agoExplain โ -
simpletiming
Time your functions in a smart way! ~ Highly Inspired by codetiming :tada:
Python โ 9 5y agoExplain โ -
asgi-types
The ASGI types correctly type hinted!
Python โ 8 4mo agoExplain โ -
file-response
FileResponse with HTTP Range!
Python โ 8 2y agoExplain โ -
only-relative-import
Only allow relative imports! ๐
Python โ 8 3y agoExplain โ -
uvicorn-extensions โฃ
Uvicorn Extensions โก
Python โ 7 3y agoExplain โ -
pydantic-ai-absurd
No description.
Python โ 6 21d agoExplain โ -
pydantic-ai-utils
No description.
Python โ 6 1y agoExplain โ -
fastapi-monorepo
Monorepo with Tiltfile and Pantsbuild!
Starlark โ 6 2y agoExplain โ -
simplecrud โฃ
CRUD Factory - Created by and for FastAPI users! :tada: Support for MySQL, PostgreSQL and SQLite! :sunglasses:
Python โ 6 5y agoExplain โ -
rsort
Sort Python requirements :rocket:
Python โ 6 5y agoExplain โ -
fastapi-skaffold-debug
Need to debug your FastAPI application with Skaffold? Don't worry! :sunglasses:
Makefile โ 5 5y agoExplain โ -
logfire-queries
Let's share our Logfire Queries here! :tada:
โ 5 1y agoExplain โ -
accountant
The accountant you always wanted! :rocket:
Jinja โ 5 1y agoExplain โ -
serverping
FastAPI Application to ping a server and send its status via Slack! :tada:
Python โ 5 5y agoExplain โ -
load-env-vars-at-startup
Codemod to load environment variables at startup. :memo:
Python โ 5 3y agoExplain โ -
mcp
No description.
Python โ 4 4mo agoExplain โ -
wakatime-client
Non Official WakaTime client!
Python โ 4 1y agoExplain โ -
no-route
WIP - `@app.route(..., methods=["GET"])` โก๏ธ `@app.get(...)`! ๐
Python โ 4 1mo agoExplain โ -
videos
Holds the code created on my youtube videos!
Python โ 4 4y agoExplain โ -
fastcorn
An ASGI web server, for Python. ๐ฆ
โ 3 10mo agoExplain โ -
awesome-mcp-servers โ
A collection of MCP servers.
โ 3 1y agoExplain โ -
airflow โ
Apache Airflow - A platform to programmatically author, schedule, and monitor workflows
โ 3 1y agoExplain โ -
update-file
GitHub Action to update files based on a cron & custom script! :smile:
Python โ 3 5y agoExplain โ -
fastapi โ
FastAPI framework, high performance, easy to learn, fast to code, ready for production
Python โ 3 1y agoExplain โ -
fastapi-security
The right way to implement security strategies with FastAPI! :tada:
Python โ 3 5y agoExplain โ -
celery-leak
Trying to reproduce celery leak
HTML โ 3 3y agoExplain โ -
httparse โ
Python wrapper for Rust's httparse HTTP parser
โ 2 1y agoExplain โ -
chonkie โ
๐ฆ CHONK docs with Chonkie โจ โ The lightweight ingestion library for fast, efficient and robust RAG pipelines
โ 2 5mo agoExplain โ -
asgi-websub
WIP: Implement WebSub protocol for ASGI apps! :rocket:
Python โ 2 5y agoExplain โ -
fastapi-dependency-graph
No description.
Python โ 2 3y agoExplain โ -
awesome-python-code-formatters โ
A curated list of awesome Python code formatters
โ 2 3y agoExplain โ -
httptools โ
Fast HTTP parser
Python โ 1 26d agoExplain โ -
fastapi-celery-redis-rabbitmq โ
A simple docker-compose app for orchestrating a fastapi application, a celery queue with rabbitmq(broker) and redis(backend)
โ 1 4y agoExplain โ -
github-agent
No description.
Python โ 1 11mo agoExplain โ -
OpenAgri-WeatherService โ
The Weather Service API is designed to deliver weather forecasts alongside with critical agricultural indicators
โ 1 8mo agoExplain โ -
python-bigquery โ
No description.
โ 1 1y agoExplain โ -
fastapi-response-benchmark
No description.
Python โ 1 1y agoExplain โ -
logfire-code-source
No description.
Python โ 1 1y agoExplain โ -
dex-client
DEX gRPC Python Client
โ 1 1y agoExplain โ -
openapi-31
No description.
Python โ 1 1y agoExplain โ -
supabase-docker โ
A simple Docker setup for Supabase.
โ 1 1y agoExplain โ -
jik
No description.
Python โ 1 9mo agoExplain โ -
parser
Sans-IO parser for RFC 7578 `multipart/form-data`
Rust โ 1 1y agoExplain โ -
qr-code-generator
QR code generator for URLs i.e. dynamic QR codes.
Python โ 1 5y agoExplain โ -
fastapi-utils โ
Reusable utilities for FastAPI
โ 1 5y agoExplain โ -
httpx-ws โ
WebSocket support for HTTPX
โ 1 1y agoExplain โ -
asgiref โ
ASGI specification and utilities
โ 1 1y agoExplain โ -
awesome-monorepo โ
A curated list of awesome Monorepo tools, software and architectures.
โ 1 4y agoExplain โ -
awesome-asgi โ
A curated list of awesome ASGI servers, frameworks, apps, libraries, and other resources
โ 1 4y agoExplain โ -
WhatsappCounterMessages โฃ
Counts the number of messages of each participant of the chat.
Java โ 1 7y agoExplain โ -
team-slack-bot โฃ
No description.
JavaScript โ 1 5y agoExplain โ -
dependabot-lab โฃ
Minimal repository that only contains Dependabot and an Automerge action! :tada:
โ 1 3y agoExplain โ -
fastapi-readme
Integration between FastAPI and ReadMe! :tada:
Python โ 1 3y agoExplain โ -
stream-csv
Uff... Ways to stream CSV content! :kissing:
Python โ 1 5y agoExplain โ -
uvicorn-docker
Uvicorn production ready images! :tada:
Shell โ 1 4y agoExplain โ -
pytest-fastapi
No description.
Makefile โ 1 5y agoExplain โ -
fastapi-2fa
A FastAPI application with Two-Factor Authentication! ๐ฎ ๐ก๏ธ WIP ๐จ
Makefile โ 1 5y agoExplain โ -
hatch-ziglang
A Hatch build hook that compiles a Zig extension into the wheel.
Python โ 0 13d agoExplain โ -
granian โ
A Rust HTTP server for Python applications
โ 0 29d agoExplain โ -
dotfiles
No description.
Shell โ 0 3mo agoExplain โ -
pydantic-ai โ
GenAI Agent Framework, the Pydantic way
โ 0 4d agoExplain โ -
conformance โ
Conformance Tests for MCP
โ 0 5mo agoExplain โ -
coveragepy โ
Code coverage measurement for Python
โ 0 4y agoExplain โ -
pycon-es
No description.
โ 0 8mo agoExplain โ -
.github
No description.
โ 0 8mo agoExplain โ -
ag-ui โ
AG-UI: the Agent-User Interaction Protocol. Bring Agents into Frontend Applications.
โ 0 9mo agoExplain โ -
strict-no-cover โ
Error on unnecessary `pragma: no cover` comments.
โ 0 10mo agoExplain โ -
mcp-types
No description.
Python โ 0 1y agoExplain โ -
pycon-de-2025
No description.
Python โ 0 1y agoExplain โ -
uv โ
An extremely fast Python package and project manager, written in Rust.
โ 0 1y agoExplain โ -
asapi โ
An opinionated set of utilities / patterns for FastAPI
โ 0 1y agoExplain โ -
client-python โ
Python client library for Mistral AI platform
โ 0 1y agoExplain โ -
sdk-python โ
Temporal Python SDK
โ 0 1y agoExplain โ -
opentelemetry-python-contrib โ
OpenTelemetry instrumentation for Python modules
Python โ 0 2mo agoExplain โ -
opentelemetry-python โ
OpenTelemetry Python API and SDK
โ 0 1y agoExplain โ -
openllmetry โ
Open-source observability for your LLM application, based on OpenTelemetry
โ 0 1y agoExplain โ -
docs โ
Documentation for Traceloop & OpenLLMetry
โ 0 1y agoExplain โ -
wrapt โ
A Python module for decorators, wrappers and monkey patching.
โ 0 1y agoExplain โ -
typer โ
Typer, build great CLIs. Easy to code. Based on Python type hints.
โ 0 4y agoExplain โ -
staged-recipes โ
A place to submit conda recipes before they become fully fledged conda-forge feedstocks
โ 0 22d agoExplain โ -
list_directory_content โฃ
No description.
Python โ 0 6y agoExplain โ -
fastapi-benchmark โฃ
Benchmark FastAPI on different ASGI servers! :sunglasses:
Python โ 0 5y agoExplain โ -
pandas โ
Flexible and powerful data analysis / manipulation library for Python, providing labeled data structures similar to R data.frame objects, statistical functions, and much more
โ 0 2y agoExplain โ -
pydantic-core โ
Core validation logic for pydantic written in rust
โ 0 3y agoExplain โ -
flask โ
The Python micro framework for building web applications.
โ 0 3y agoExplain โ -
aiokafka โ
asyncio client for kafka
โ 0 3y agoExplain โ -
mkdocs-material โ
Documentation that simply works
โ 0 4y agoExplain โ -
attrs โ
Python Classes Without Boilerplate
โ 0 4y agoExplain โ -
python-genbadge โ
A library to generate badges for typical checks (flake8, pytest, coverage, etc.)
โ 0 4y agoExplain โ -
django-rich โ
Extensions for using Rich with Django.
โ 0 4y agoExplain โ -
cython โ
The most widely used Python to C compiler
โ 0 4y agoExplain โ -
transformer-cli
No description.
โ 0 4y agoExplain โ -
kombu โ
Messaging library for Python.
โ 0 4y agoExplain โ -
annotation-plan
Generate a table to help with your type annotation plans :rocket:
Python โ 0 4y agoExplain โ -
pydantic โ
Data parsing and validation using Python type hints
Python โ 0 2y agoExplain โ -
buymeacoffee โ
Buy Me a Coffee framework for iOS
โ 0 4y agoExplain โ -
anyio โ
High level asynchronous concurrency and networking framework that works on top of either trio or asyncio
โ 0 4y agoExplain โ -
py-setproctitle โ
A Python module to customize the process title
โ 0 4y agoExplain โ -
cpython โ
The Python programming language
โ 0 4y agoExplain โ -
starsessions โ
Pluggable sessions support for Starlette and FastAPI.
โ 0 4y agoExplain โ -
benchmark
Benchmark ASGI world and related technologies! :sparkles:
Python โ 0 4y agoExplain โ -
py-frameworks-bench โ
Another benchmark for some python frameworks
โ 0 4y agoExplain โ -
please-vscode โ
VSCode plugin for Please
โ 0 4y agoExplain โ -
charts โ
Helm Charts
โ 0 4y agoExplain โ -
pants โ
The Pants Build System
โ 0 2y agoExplain โ -
python-nomad โ
Client library Hashicorp Nomad
โ 0 4y agoExplain โ -
benchmarco
WIP - A performance bot for GitHub hosted repositories! โก๏ธ
โ 0 4y agoExplain โ -
redirect-manager
No description.
Python โ 0 4y agoExplain โ -
spec-parser
WIP
Python โ 0 5y agoExplain โ -
orm-benchmarks โ
Simple benchmark suite so we can make tortoise go faster
โ 0 5y agoExplain โ -
gitignore โ
A collection of useful .gitignore templates
โ 0 5y agoExplain โ -
fastapi-arq-redis-postgresql
WIP
Python โ 0 5y agoExplain โ -
socket-cli
WIP !!! :construction:
Python โ 0 5y agoExplain โ -
release-branch-pre-push
WIP - The git plugin that helps you to maintain your software!
Python โ 0 5y agoExplain โ -
codetiming โ
A flexible, customizable timer for your Python code
โ 0 6y agoExplain โ -
fastapi-profile
No description.
Python โ 0 5y agoExplain โ -
latest-changes โ
A GitHub Action to add latest changes after each PR merged automatically
โ 0 5y agoExplain โ -
maze
No description.
Python โ 0 6y agoExplain โ
No repos match these filters.