Download List

專案描述

Karrigell is a flexible Python Web framework, with a clear and intuitive syntax. It is independant from any database, ORM, or templating engine, and lets the programmer choose between a variety of coding styles. The package includes a Web server and a pure-Python database (PyDbLite), but Karrigell can be integrated with Apache (CGI or mod_python) and any database with a Python interface. It supports execution of Python scripts and of pages that mix Python and HTML, easy management of authentication and sessions, and localization features.

System Requirements

System requirement is not defined
Information regarding Project Releases and Project Resources. Note that the information here is a quote from Freecode.com page, and the downloads themselves may not be hosted on OSDN.

2009-12-13 22:39 Back to release list
3.0.3

Improvements were made to the HTMLTags module (HTML generator), such as minor bugfixes, new syntax to build the DOM tree top-down by using the <= operator, and methods for SELECT tags, checkboxes, and radio buttons. An extension mechanism was added for templating systems and "Karrigell Templates" (KT) template system. A script to build Windows executables for an application was added. Resistance to bad HTTP requests and to unknown host names for the server were improved. Redirection policies were improved to avoid exposure of index file names. The location of script caches was changed.

Project Resources