A framework for WebProgramming.

Masthead

URL

http://jonpy.sf.net

version
0.10 (2011-05-26)
licence
Old-style Python licence - open source.
platforms
Jonpy should work on most platforms.
Python versions
2.2

Deployment Platforms

Suitability

The deployment of applications using CGI is usually permitted in all but the most restrictive hosting environments, and with support for session storage in databases or the filesystem included in the framework, this framework is indeed suitable for limited hosting accounts. The option to use FastCGI or modpython potentially lets applications take advantage of more generous environments with a corresponding increase in performance.

Development Interfaces

Environment Access

Session, Identification and Authentication

Persistence Support

Presentation Support

Other presentation systems could easily be used instead, given the ability to use other Python modules in the framework (the system is layered and you can use the cgi/fastcgi/modpython facilities without using the wt templating system if you wish).

InTheirOwnWords

Comments

Jonpy does not provide a complete Web application environment for the most demanding of developers, but the intention behind the development of the framework is clearly to provide a robust foundation for small applications (or applications in limited environments), with the obvious possibility to use other packages and frameworks in conjunction with this one to address larger or more "ambitious" problems. Moreover, the framework seems to attempt to provide solutions for the most common problem areas in the early phases of Web application development, notably session support and a convenient-but-simple object model. -- PaulBoddie

JonsPythonModules (last edited 2014-04-16 03:58:33 by DaleAthanasias)

Unable to edit the page? See the FrontPage for instructions.