mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-23 09:10:43 +00:00
c7566d79ab
- Switch from flask-restplus to flask-restx, removing the former Changes: https://github.com/Flexget/Flexget/compare/v3.1.59...v3.1.64 PR: 244294
10 lines
452 B
Plaintext
10 lines
452 B
Plaintext
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.
|
|
|
|
Flask-RESTX is a community driven fork of Flask-RESTPlus.
|
|
|
|
WWW: https://pypi.org/project/flask-restx/
|