Jump to letter: [
27ABCDEFGHIJKLMNOPQRSTUVWXYZ
]
python313-flasgger - Extract swagger specs from your flask project
- Description:
Flasgger is a Flask extension to extract OpenAPI-Specification from
all Flask views registered in your API.
Flasgger also comes with SwaggerUI embedded so you can access
http://localhost:5000/apidocs and visualize and interact with your
API resources.
Flasgger also provides validation of the incoming data, using the same
specification it can validates if the data received as as a POST, PUT,
PATCH is valid against the schema defined using YAML, Python
dictionaries or Marshmallow Schemas.
Packages