Karrigell-4.1 : first version of the web framework for Python 3.2

Pierre Quentel quentel.pierre at wanadoo.fr
Sun Mar 27 18:03:07 CEST 2011


Hi,

Karrigell is a web framework, that was only available for Python 2.x
so far (http://www.karrigell.fr)

With the cgi module now usable for Python 3 since version 3.2, a first
release of Karrigell for Python 3.2 is published and can be downloaded
from the project page : http://code.google.com/p/karrigell/

While the features are very similar, and the syntax not too different
from the Python2 versions, the implementation is very different :
- the framework is installed as a package with the standard "python
setup.py install", not just unpacked in some directory
- it manages applications, each of which has its own set of options
(root url and directory, user and translation database, url of the
login script, etc)
- an application can define filters, a list of functions that are
applied before the default processing by Karrigell and can for
instance limit access to files, scripts or directories, according to
file extensions, or the user status
- for installation with Apache in CGI mode, the package includes a
command line script to generate a set of scripts ready to install or
upload

The documentation is online at the site wiki : http://code.google.com/p/karrigell/wiki/Home

Best regards,
Pierre


More information about the Python-announce-list mailing list