How to Install and Uninstall python3-flasgger Package on Kali Linux

Last updated: May 02,2024

1. Install "python3-flasgger" package

Please follow the guidance below to install python3-flasgger on Kali Linux

$ sudo apt update $ sudo apt install python3-flasgger

2. Uninstall "python3-flasgger" package

Learn how to uninstall python3-flasgger on Kali Linux:

$ sudo apt remove python3-flasgger $ sudo apt autoclean && sudo apt autoremove

3. Information about the python3-flasgger package on Kali Linux

Package: python3-flasgger
Source: python-flasgger
Version: 0.9.7.2~dev2+dfsg-2
Installed-Size: 10668
Maintainer: Debian Python Team
Architecture: all
Depends: python3-certifi, python3-flask (>= 0.10), python3-jsonschema, python3-mistune0, python3-packaging, python3-yaml, python3:any, libjs-jquery
Size: 1624748
SHA256: 0ebad6437001a9b9d75868762f17cefd72b85bb9cbb46dbbda6919bae7e1e469
SHA1: fab110c8a4972db5fe291acd7fb9cc8091967755
MD5sum: 1ffcd6b0ff7571ff62db59d80aa3afb6
Description: 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.
Description-md5:
Homepage: https://github.com/flasgger/flasgger/
Section: python
Priority: optional
Filename: pool/main/p/python-flasgger/python3-flasgger_0.9.7.2~dev2+dfsg-2_all.deb