This is a static archive of the Python wiki, which was retired in February 2026 due to lack of usage and the resources necessary to serve it — predominately to bots, crawlers, and LLM companies.
Pages are preserved as they were at the time of archival. For current information, please visit python.org.
If a change to this archive is absolutely needed, requests can be made via the infrastructure@python.org mailing list.

A framework for WebProgramming.

Masthead

URL

http://jotweb.tummy.com/

version

1.10 (2005-12-30)

licence
GPL
platforms
Linux, possibly others
Python versions
2.3.4 or above

Deployment Platforms

Requires Apache and mod_python; is therefore constrained by the deployment requirements of those components.

Suitability

Development Interfaces

Seems to focus on templating and rather simple published handler functions inside Python modules.

Environment Access

Provides a configuration mechanism and employs a context containing application-related data for convenient access by the presentation templates.

Session, Identification and Authentication

Provides filesystem and relational database sessions, along with authentication support.

Persistence Support

Does not appear to provide explicit support for persistence mechanisms (apart from the session support mentioned above).

Presentation Support

Uses Zope 3's TAL for templating.

InTheirOwnWords

Comments

These notes were added to provide a brief overview of the software. However, I have not actually evaluated the software myself. -- PaulBoddie

Hosting

The usage of Apache and mod_python seems to dictate hosting options.


2026-02-14 16:09