Flask-RESTX is an extension for Flask that adds support for quickly building REST APIs. Flask-RESTX encourages best practices with minimal setup. If you are familiar with Flask, Flask-RESTX should be easy to pick up. It provides a coherent collection of decorators and tools to describe your API and expose its documentation properly using Swagger.
This package provides HTTP basic access authentication for Flask.
flask_principal
is a identity management library for Flask. It supports managing both authentication and authorization data in a thread-local variable.
This package adds SQLAlchemy support to your Flask application.
This package adds SQLAlchemy support to your Flask application.
flask-multistatic
is a flask plugin that adds support for overriding static files.
This extension adds a toolbar overlay to Flask applications containing useful information for debugging.
Flask-COMBO-JSONAPI is a Python Flask extension for building REST Web APIs compliant with the JSON:API 1.0 specification.
It tries to combine the power of Flask-Restless with the flexibility of Flask-RESTful to quickly build APIs that fit the complexity of existing real-life projects with legacy data and diverse storage providers.
This package lets you extract Swagger API documentation specs from your Flask-Restful projects.