fastapi
swagger-ui
Our great sponsors
fastapi | swagger-ui | |
---|---|---|
391 | 104 | |
54,150 | 23,336 | |
- | 0.6% | |
9.8 | 9.4 | |
about 17 hours ago | 2 days ago | |
Python | JavaScript | |
MIT License | Apache License 2.0 |
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
swagger-ui
-
Documenting Forem's v1 API
Swagger is an open source tool that enables developers to design, build, document and consume REST APIs. Swagger is used to describe the structure of our APIs so that machines can read them. This structure follows the OpenAPI Specification.
-
Usefully links for DotNet Backend Developers
Swagger https://swagger.io/
- Alguma alma caridosa UI/UX dev, para um serviço púbico gratuito, livre e de código aberto?
- swagger-preview.nvim - live view swagger files in your browser
-
Basic template for creating an API project with node/typescript/swagger
Swagger
-
About documentation
Swagger API Documentation Generation
- Never used golang before. Is it possible for me to learn enough to be able to pass this technical task by sunday?
-
Better Fastly API clients with OpenAPI Generator
To achieve these goals we investigated various options and ultimately decided on using a community-driven fork of the official Swagger CodeGen project: OpenAPI Generator (OAG).
-
Free API Builder
API Documentation & Design Tools for Teams | Swagger
-
Pragmatic development
First, swagger-php generates openapi.yaml based on code attributes, and then the spectator checks API responses to match openapi specification. The popular L5-Swagger is redundant in this case, as it is based on the same swagger-php with the addition of Swagger UI.
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.
ReDoc - 📘 OpenAPI/Swagger-generated API Reference Documentation [Moved to: https://github.com/Redocly/redoc]
Django - The Web framework for perfectionists with deadlines.
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. 🌟
redoc - 📘 OpenAPI/Swagger-generated API Reference Documentation