Aquarium is a Web application framework written in Python. It provides an
approach to producing a Web application without duplication of effort by
reducing the amount of code you need to write. It offers convenient libraries
and extensible APIs for items such as session management and Web server
integration including CGI, mod_python, FastCGI, or its own Web server, Glass.
It provides tight integration with Cheetah including autocompilation of Cheetah
templates. Last of all, it offers a convenient approach to Web development
inspired by FreeTrade. As a developer, you just "plug in" modules; Aquarium
ties them all together.