bobo
Web application framework for the impatient
Install
- All systems
-
curl cmd.cat/bobo.sh
- Debian
-
apt-get install python-bobo
- Ubuntu
-
apt-get install python-bobo
- Kali Linux
-
apt-get install python-bobo
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install python-bobo
- Raspbian
-
apt-get install python-bobo
- Dockerfile
- dockerfile.run/bobo
python-bobo
Web application framework for the impatient
Bobo is a light-weight framework for creating WSGI web applications. It's goal is to be easy to use and remember. It addresses 2 problems: Mapping URLs to objects, calling objects to generate HTTP responses. Bobo doesn't have a templateing language, a database integration layer, or a number of other features that are better provided by WSGI middle-ware or application-specific libraries. Bobo builds on other frameworks, most notably WSGI and WebOb.