软件包:python3-flasgger(0.9.7.2~dev2+dfsg-3)
python3-flasgger 的相关链接
Debian 的资源:
下载源码包 python-flasgger:
- [python-flasgger_0.9.7.2~dev2+dfsg-3.dsc]
- [python-flasgger_0.9.7.2~dev2+dfsg.orig.tar.xz]
- [python-flasgger_0.9.7.2~dev2+dfsg-3.debian.tar.xz]
维护小组:
外部的资源:
- 主页 [github.com]
相似软件包:
Extract swagger specs from your flask project
Flasgger is a Flask extension to extract OpenAPI-Specification from all Flask views registered in your API. It also comes with SwaggerUI embedded so you can access http://localhost:5000/apidocs and visualize and interact with your API resources. It also provides validation of the incoming data, using the same specification it can validates if the data received as a POST, PUT, PATCH is valid against the schema defined using YAML, Python dictionaries or Marshmallow Schemas. Flasgger can work with simple function views or MethodViews using docstring as specification, or using @swag_from decorator to get specification from YAML or dict and also provides SwaggerView which can use Marshmallow Schemas as specification.
其他与 python3-flasgger 有关的软件包
|
|
|
|
-
- dep: libjs-jquery
- JavaScript library for dynamic web applications
-
- dep: python3
- interactive high-level object-oriented language (default python3 version)
-
- dep: python3-certifi
- root certificates for validating SSL certs and verifying TLS hosts (python3)
-
- dep: python3-flask (>= 0.10)
- micro web framework based on Werkzeug and Jinja2 - Python 3.x
-
- dep: python3-jsonschema
- An(other) implementation of JSON Schema
-
- dep: python3-mistune
- Markdown parser for Python 3
-
- dep: python3-packaging
- core utilities for python3 packages
-
- dep: python3-yaml
- YAML parser and emitter for Python3