How to Install python-werkzeug in Ubuntu 18.04



Install python-werkzeug by entering the following commands in the terminal:

sudo apt update
sudo apt install python-werkzeug

Description:

collection of utilities for WSGI applications (Python 2.x)

The Web Server Gateway Interface (WSGI) is a standard interface between web server software and web applications written in Python. . Werkzeug is a lightweight library for interfacing with WSGI. It features request and response objects, an interactive debugging system and a powerful URI dispatcher. Combine with your choice of third party libraries and middleware to easily create a custom application framework. . This package contains the Python 2.x module.

Homepage: http://werkzeug.pocoo.org/

Version: 0.14.1+dfsg1-1

Section: python