How to Install python3-bottle in Ubuntu 18.04



Install python3-bottle by entering the following commands in the terminal:

sudo apt update
sudo apt install python3-bottle

Description:

fast and simple WSGI-framework for Python3

Bottle is a fast and simple WSGI-framework for the Python3 programming language. It offers request dispatching with url parameter support (routes), templates, key/value databases, a built-in HTTP server and adapters for many third party WSGI/HTTP-server and template engines.

Homepage: http://bottlepy.org

Version: 0.12.13-1

Section: universe/python