From 6e4de2bc0e46dda391e12c2ec5f01c9b4a4da257 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebasti=C3=A1n=20Ram=C3=ADrez?= Date: Sun, 21 Apr 2019 22:27:09 +0400 Subject: [PATCH] Include FastAPI in Python servers --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index c563d3c..0dc6a3f 100644 --- a/README.md +++ b/README.md @@ -152,6 +152,7 @@ the Design of Network-based Software Architectures](https://www.ics.uci.edu/~fie * [Flask-Potion](https://github.com/biosustain/potion) - Flask-Potion is a powerful Flask extension for building RESTful JSON APIs. It also provides several Clients for easier access to the API. * [apistar](https://github.com/encode/apistar) - A smart Web API framework, designed for Python 3. * [Falcon](https://github.com/falconry/falcon) - Falcon is a bare-metal Python web API framework for building high-performance microservices, app backends, and higher-level frameworks. +* [FastAPI](https://github.com/tiangolo/fastapi) - FastAPI is a modern, fast (high-performance), web framework for building APIs with Python 3.6+ based on standard Python type hints. With automatic API documentation using Swagger UI and ReDoc, based on OpenAPI and JSON Schema. ### Ruby