bottle==0.13.4
# Fast and simple WSGI-framework for small web-applications.
$ pip install bottle
downloads/wk
0
license
MIT
version
0.13.4
python
any
What is bottle?
Bottle is a lightweight Python web framework that makes it easy to build small web applications with minimal setup. It implements the WSGI standard and provides basic routing, templating, and request handling features without the complexity of larger frameworks like Django. Developers choose Bottle when they need a straightforward way to create simple web services, APIs, or small websites without unnecessary dependencies or overhead.
Links
Author
Marcel Hellkamp