How to Install and Uninstall python3-flasgger Package on Ubuntu 21.10 (Impish Indri)

Last updated: April 30,2024

1. Install "python3-flasgger" package

In this section, we are going to explain the necessary steps to install python3-flasgger on Ubuntu 21.10 (Impish Indri)

$ sudo apt update $ sudo apt install python3-flasgger

2. Uninstall "python3-flasgger" package

Please follow the step by step instructions below to uninstall python3-flasgger on Ubuntu 21.10 (Impish Indri):

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

3. Information about the python3-flasgger package on Ubuntu 21.10 (Impish Indri)

Package: python3-flasgger
Architecture: all
Version: 0.9.5+dfsg.2-1
Priority: optional
Section: universe/python
Source: python-flasgger
Origin: Ubuntu
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Python Team
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Installed-Size: 9219
Depends: python3-flask (>= 0.10), python3-jsonschema, python3-mistune, python3-six (>= 1.10.0), python3-yaml, python3:any, libjs-jquery
Filename: pool/universe/p/python-flasgger/python3-flasgger_0.9.5+dfsg.2-1_all.deb
Size: 1429352
MD5sum: 31ab54a69713349fccdc349aca02bc0a
SHA1: ff250944b7f3df8fab7cb7f4a6072eea7bf02ffe
SHA256: f9ffb9fc91ba7dd390236f6c0607d07dde3a99d191a7a94211a22be859ef06bc
SHA512: b2f3ad5d5e88dee56c77a9203c9ea451962bced0fb8d25e358a7c687fd21d1236d75d9fb23ba25783d2262b96117f69c4887db13e4a2b97b07776e5541aaba10
Homepage: https://github.com/nicobatty/flasgger/
Description-en: 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: 74081a6d0c2eca48b05efc4b27710707