Language

Package: python-flask-restplus @ 0.5.1

Synopsis

Framework for fast, easy and documented API development with Flask

Description

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.

Home page
https://github.com/python-restx/flask-restx
Location
guix/packages.scm (line: 681, column: 2)
License

Lint warnings

LinterMessageLocation
optional-tests

Make sure tests are only run when requested

the 'check' phase should respect #:tests?