cgi_app

License: Free ‎File size: N/A
‎Users Rating: 3.0/5 - ‎1 ‎votes

ABOUT cgi_app

This module is a port of Jesse Erlbaum's popular CGI::Application Perl module to python. It allows you to seperate an application's display and business logic, and reduces many of the tedious aspects of writing CGI applications. See the original CGI::