PyWebLib
Page last modified:
Welcome to PyWebLib - yet another web programming framework
for Python.
Content
The module package pyweblib consists of several submodules:
- 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/classes
License
© by
Michael Ströder <michael@stroeder.com>
This software is
Open Source and given away under:
GPL (GNU GENERAL PUBLIC LICENSE) Version 2
The author refuses to give any warranty of any kind.
Download
Stable release: pyweblib-1.3.1.tar.gz
Installation
This module package requires Python 2.0+!
Install via DistUtils by typing the command
python setup.py install -O2
.
Documentation
Documentation is sparse!
-
Module documentation
generated with pydoc.
-
Examples can be found in sub-directory cgi-bin/ of
distribution archive.
-
List of changes can be found in CHANGES.
Applications
More complex programming examples. ;-)