bottle.py

fast and simple WSGI-framework for Python

Install

All systems
curl cmd.cat/bottle.py.sh
Debian Debian
apt-get install python-bottle
Ubuntu
apt-get install python-bottle
Arch Arch Linux
pacman -S python-bottle
image/svg+xml Kali Linux
apt-get install python-bottle
Windows (WSL2)
sudo apt-get update sudo apt-get install python-bottle
Raspbian
apt-get install python-bottle

python-bottle

fast and simple WSGI-framework for Python

Bottle is a fast and simple WSGI-framework for the Python 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.