From c324a16f020d1244d258deb54774b34a7fdaa3df Mon Sep 17 00:00:00 2001 From: EtiennePelletier Date: Mon, 20 Apr 2020 12:20:45 -0400 Subject: [PATCH] Update Flask-RestPlus (no longer maintained) to Flask-RESTX --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3930ec4..ae959cc 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