James Gardner: Home > Work > Code > GradwellLibs > 0.4.2 > API Documentation

GradwellLibs v0.4.2 documentation

API Documentation

Python Web Modules - http://pythonweb.org/

Summary:

Fully object-orientated Python modules designed to make web programming easy and intuitive.

Author:

James Gardner <james@jimmyg.org>

Documentation:

Can be found in the doc/html directory of the source distribution.

Licence:

Portions of this software written by James Gardner is released under the GPL. All software in the web/external directory is released under its own licence available at doc/html/licence/licence.html

Python Web Modules - http://www.pythonweb.org Copyright (C) 2004 James Gardner

This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version.

This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.

You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA

Installation:

python setup.py install
web.encode(html, mode='url')
Encode a string for use in a URL
web.header(type='text/html')
Returns an HTTP header
James Gardner: Home > Work > Code > GradwellLibs > 0.4.2 > API Documentation