Bottle is a fast and simple mirco-framework for small web-applications. It offers request dispatching (Routes) with url parameter support, Templates, key/value Databases, a build-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.
You can install bottle with easy_install bottle
or just download bottle.py
and place it in your project directory. There are no (hard) dependencies other than the Python Standard Library.