Created by: vinceajcs
What is this Python project?
Bottle is a microframework that was originally meant for building APIs. Its default features include routing, templating, utilities, and a basic abstraction over the WGSI, also known as the Web Server Gateway Interface, standard. WGSI is a specification that describes how a web server communicates with web applications, and how web applications can be chained together to process one request.
Bottle is best used for building simple personal apps and for prototyping.
What's the difference between this Python project and similar ones?
Some nice aspects of Bottle include:
- It is distributed as a single file module; everything is implemented in a single source file
- It has no dependencies other than the Python Standard library
--
Anyone who agrees with this pull request could vote for it by adding a