spectree
fastapi
Our great sponsors
spectree | fastapi | |
---|---|---|
2 | 391 | |
251 | 54,150 | |
0.8% | - | |
7.9 | 9.8 | |
16 days ago | about 15 hours ago | |
Python | Python | |
Apache License 2.0 | 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.
spectree
-
Comprehensive Fast API Tutorial
For those of you that are fans of Pydantic: https://github.com/0b01001001/spectree (this is cross-platform with flask, falcon, and starlette :) It also doesn't re-implement anything the encode/starlette developers have already implemented, or have in the works for no specific reason. I'm not a huge fan of this design pattern, I'm more a lean/mean sort of fellow. openapi schema generation exists in starlette ... and you likely already are doing some sort of type validation once in your forms, json, orm, sql layer, or all four. An additional layer to validate "automatically" in your response (lol no), or in your request ... aren't all that useful imo.
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
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.
HS-Sanic - Async Python 3.6+ web server/framework | Build fast. Run fast. [Moved to: https://github.com/sanic-org/sanic]
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.