From f06f9d04fc82623fd0ae8f4c3de2b33f45601f10 Mon Sep 17 00:00:00 2001 From: Martin Thoma Date: Sat, 22 Jan 2022 11:09:46 +0100 Subject: [PATCH] Flask-RESTX replaces Flask-RestPlus --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3930ec4..0103987 100644 --- a/README.md +++ b/README.md @@ -41,7 +41,7 @@ - [Eve](https://github.com/pyeve/eve) - REST API framework powered by Flask, MongoDB and good intentions - [Flask-Restless](https://github.com/jfinkels/flask-restless) - A Flask extension for creating simple ReSTful APIs from SQLAlchemy models - [Flask-RESTful](https://github.com/flask-restful/flask-restful) - Simple framework for creating REST APIs -- [Flask-RestPlus](https://github.com/noirbizarre/flask-restplus) - syntaxic sugar, helpers and automatically generated Swagger documentation. +- [Flask-RESTX](https://github.com/python-restx/flask-restx) - syntaxic sugar, helpers and automatically generated Swagger documentation. - [Flask-Potion](https://github.com/biosustain/potion) - RESTful API framework for Flask and SQLAlchemy - [Zappa](https://github.com/Miserlou/Zappa) - Build and deploy server-less Flask applications on AWS Lambda and API Gateway