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 https://jribbens.github.io/jonpy/, and its GitHub project page is at https://github.com/jribbens/jonpy.

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

Modules

The modules provided are:

Installation

Please note that these modules require Python 2.2 or later.

Release packages can be downloaded from the PyPI 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:

pip install jonpy

or

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

$Id$