Project: bottle

Fast and simple WSGI-framework for small web-applications.

Project Details

Latest version
0.12.25
Home Page
http://bottlepy.org/
PyPI Page
https://pypi.org/project/bottle/

Project Popularity

PageRank
0.0016404094867924486
Number of downloads
1773325

Bottle is a fast and simple micro-framework for small web applications. It offers request dispatching (Routes) with url parameter support, templates, a built-in HTTP Server and adapters for many third party WSGI/HTTP-server and template engines - all in a single file and with no dependencies other than the Python Standard Library.

Homepage and documentation: http://bottlepy.org/

Copyright (c) 2016, Marcel Hellkamp. License: MIT (see LICENSE for details)