qmsk.web
Having grown tired of using the various massive Python web frameworks that no mere user could ever hope to understand or modify, and having already learned how fun it was to write plain CGI scripts in python, one day I stumbled across WSGI.
WSGI is a low-level interface that provides the bare essentials needed to write something that can operate over HTTP. Working at the WSGI-level gave me the oppertunity to develop my own "framework" code which I could really understand and use properly, since I had written it myself.
The result eventually became qmsk.web, a simple library providing what I, myself, needed to write www.qmsk.net and irclogs2. I do not claim qmsk.web to be suitable for use by anyone else, and might recommend other projects like werkzeug for general use, as they provide more features and less bugs in a better package with better documentation, but qmsk.web works well for me.