pyweblib (version 1.3.12)
index
/home/michael/Proj/python/PyWebLib/pyweblib/__init__.py

pyweblib - several modules for web programming tasks
(C) 1998-2015 by Michael Ströder <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

 
Package Contents
       
forms
helper
httphelper
session
sslenv

 
Data
        __author__ = u'Michael Str\xf6der'
__copyright__ = u'(C) 1998-2015 by Michael Str\xf6der <michael@stroeder.com>'
__info__ = '$Id: pyweblib.html,v 1.16 2015/01/10 14:40:54 michael Exp $'
__license__ = 'GPL Version 2'
__revision__ = '1.38'
__version__ = '1.3.12'

 
Author
        Michael Ströder