bottle.py
fast and simple WSGI-framework for Python
Install
- All systems
-
curl cmd.cat/bottle.py.sh
- Debian
-
apt-get install python-bottle - Ubuntu
-
apt-get install python-bottle - Arch Linux
-
pacman -S python-bottle - Kali Linux
-
apt-get install python-bottle - Windows (WSL2)
-
sudo apt-get updatesudo 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.