bottle 0.13.2
0
Fast and simple WSGI-framework for small web-applications.
Contents
Fast and simple WSGI-framework for small web-applications.
How to Install bottle
You can install bottle using pip
pip install bottle
or add it to a project with poetry
poetry add bottle
Package Details
- Author
- Marcel Hellkamp
- License
- MIT
- Homepage
- http://bottlepy.org/
- PyPi:
- https://pypi.org/project/bottle/
Classifiers
- Internet/WWW/HTTP/Dynamic Content/CGI Tools/Libraries
- Internet/WWW/HTTP/HTTP Servers
- Internet/WWW/HTTP/WSGI
- Internet/WWW/HTTP/WSGI/Application
- Internet/WWW/HTTP/WSGI/Middleware
- Internet/WWW/HTTP/WSGI/Server
- Software Development/Libraries/Application Frameworks
Related Packages
Errors
A list of common bottle errors.
Code Examples
Here are some bottle
code examples and snippets.