summaryrefslogtreecommitdiffstats
path: root/network/bottle/README
blob: 9506e8bf4e6efb4d1b5e8adaba0fe8879d0716e7 (plain)
1
2
3
4
5
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.