fastapi
HS-Sanic
DISCONTINUED
Our great sponsors
fastapi | HS-Sanic | |
---|---|---|
391 | 2 | |
54,150 | 14,498 | |
- | - | |
9.8 | 7.8 | |
1 day ago | about 2 years ago | |
Python | Python | |
MIT License | MIT License |
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
fastapi
-
Flask is Great!
only having 1 maintainer
-
Deploy a dockerized FastAPI application to AWS
From the official docs:
-
From local development to Kubernetes β Cluster, Helm, HTTPS, CI/CD, GitOps, Kustomize, ArgoCD β Part[1]
To save time here, I have prepared a basic Python application developed on FastAPI and if you want to follow along you can get the code from GitHub Repository here.
-
Getting Started with Fast-Api ποΈ and Dockerπ³
This repository contains code for asynchronous example api using the Fast Api framework ,Uvicorn server and Postgres Database to perform crud operations on notes.
- Kenapa harus FastAPI?
- Diario de Python | #4. Probando FastAPI para desarrollar APIs
-
How can I build a web server application that can receive and process incoming packets?
That sounds like the perfect job for our open-source lib NiceGUI. It is an UI framework on top of FastAPI. That means you can easily setup HTTPS POST endpoints to save the incoming data to a file or database. With very little effort you can also create your webpage which reads the data and displays it.
-
FastAPI common response wrappers
This package extends the FastAPI response model schema allowing you to have a common response wrapper via a fastapi.routing.APIRoute.
-
Building web-based SaaS with Go as a solo entrepreneur. What should I be aware of?
fully type-annotated options for building an API are available - one popular option is FastAPI and everything you expose is declared through pydantic. There is nothing as productive in Go I'm afraid.
- Diario de Python | #2. Mi propio plan Full Stack
HS-Sanic
-
amyrose: a powerful, simple, and async authentication and authorization library for Sanic.
Amyrose is an authentication and authorization library made easy. Specifically designed for use with Sanic. Amy Rose comes packed with features such as:
What are some alternatives?
AIOHTTP - Asynchronous HTTP client/server framework for asyncio and Python
Tornado - Tornado is a Python web framework and asynchronous networking library, originally developed at FriendFeed.
django-ninja - π¨ Fast, Async-ready, Openapi, type hints based framework for building APIs
Flask - The Python micro framework for building web applications.
Django - The Web framework for perfectionists with deadlines.
swagger-ui - Swagger UI is a collection of HTML, JavaScript, and CSS assets that dynamically generate beautiful documentation from a Swagger-compliant API.
vibora - Fast, asynchronous and elegant Python web framework.
django-rest-framework - Web APIs for Django. πΈ
BentoML - Unified Model Serving Framework π±
starlette - The little ASGI framework that shines. π
sanic - Next generation Python web server/framework | Build fast. Run fast.
flask-restx - Fork of Flask-RESTPlus: Fully featured framework for fast, easy and documented API development with Flask