Jon's Python modules

Synopsis

These Python modules provide simple yet powerful multi-threaded object-oriented CGI/FastCGI/mod_python/html-templating facilities for the Python programming language.

The home page for this project is at http://jonpy.sourceforge.net/, and its SourceForge project page is at http://sourceforge.net/projects/jonpy.

See the wt examples page for a quick look at how the templating system works.

If you have questions or need support, please mail the jonpy-users@lists.sourceforge.net mailing list. If you need to contact me personally, please use jon+jonpy at unequivocal.co.uk.

Modules

The modules provided are:

Installation

Please note that these modules require Python 2.2 or later.

Release packages can be downloaded from the SourceForge project page.

All the modules are implemented entirely in pure Python, so installation is very simple. The Python distutils system has been used, so all you need to do is type:

python setup.py install

The modules are installed under the package name jon, so an example of how to import one would be as follows:

import jon.cgi as cgi

SourceForge.net Logo

$Id: index.html,v 0416d65875b7 2014/03/05 17:37:06 jon $