FastAPI topic

FastAPI is a high performance, easy to learn, fast to code, and ready for production Python 3.7+ framework. Its performance is on par with NodeJS and Go (thanks to Starlette and Pydantic). It's intuitive and standards-based (based on API standards like OpenAPI (previously known as Swagger) and JSON Schema).

List FastAPI repositories

manage-fastapi

1.6k
Stars
107
Forks
Watchers

:rocket: CLI tool for FastAPI. Generating new FastAPI projects & boilerplates made easy.

fastapi-events

385
Stars
22
Forks
Watchers

Asynchronous event dispatching/handling library for FastAPI and Starlette

awesome-fastapi-projects

1.3k
Stars
106
Forks
Watchers

List of FastAPI projects! :sunglasses: :rocket:

python-web-realtime-streaming

38
Stars
21
Forks
Watchers

Example of real-time time-series data streaming from Python/FastAPI application using WebSockets

Apollo

26
Stars
6
Forks
Watchers

A basic Application with multiple functionalities built with FastAPI aim to help Users Buy New Items Provided using PaypalAPI :rocket:

authx

699
Stars
42
Forks
Watchers

Ready-to-use and customizable Authentications and Oauth2 management for FastAPI ✨

DogeAPI

138
Stars
35
Forks
Watchers

API with high performance to create a simple blog and Auth using OAuth2 ⛏

fastapi-class

104
Stars
14
Forks
Watchers

provides a class-based View decorator to help reduce the amount of boilerplate necessary when developing related routes. ✨🚀

fastango

111
Stars
12
Forks
Watchers

Simplifies class-based views for more organized and maintainable code in FastAPI ✨

fastapi-camelcase

70
Stars
4
Forks
Watchers

Package for providing a class for camelizing request and response bodies for fastapi while keeping your python code snake cased.