2015-09-11 02:48:16 +08:00
|
|
|
bottle is a fast and simple micro-framework for small web applications. It
|
2015-02-12 01:14:18 +08:00
|
|
|
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.
|