Werkzeug is a WSGI library that is somewhat equivalent to the Perl CGI module in the Python world (almost no one uses CGI in Python) and it has a basic session and signed cookie support.
Werkzeug powers Flask , a minimalist web structure that I often use for quick and dirty stuff.
source share