name = 'CGIWrapper'

version = (1, 0, 2)

docs = [
    {'name': "User's Guide", 'file': 'UsersGuide.html'},
]

status = 'stable'

requiredPyVersion = (2, 0, 0)

synopsis = """The CGI Wrapper is a CGI script used to execute other Python CGI scripts. The wrapper provides convenient access to form fields and headers, exception catching, and usage and performance logging. Hooks are provided for cookies and class-based CGI scripts. The wrapper is useful if you have legacy CGI scripts. Otherwise, you're best off doing new development with WebKit."""