"""
pyweblib - several modules for web programming tasks
(C) 2001 by Michael Stroeder <michael@stroeder.com>

This module including sub-modules is distributed under the terms
of the GPL (GNU GENERAL PUBLIC LICENSE) Version 2
(see http://www.gnu.org/copyleft/gpl.html)

Compability note:
requires Python 2.0+

Sub modules:
pyweblib.forms             class library for handling <FORM> input
pyweblib.session           server-side web session handling
pyweblib.helper            misc. stuff useful in CGI-BINs
pyweblib.sslenv            retrieves SSL-related env vars
pyweblib.httphelper        very basic HTTP functions

$Id: __init__.py,v 1.18 2002/02/01 12:54:56 michael Exp $
"""

__version__ = '1.1.0'
