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 (buzhug), but Karrigell
can work with Apache, lighttpd, and Xitami, 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 internationalization features.
License: BSD License (revised)
Changes:
Besides fixing some bugs, this version introduces
the built-in function Login() and improves the
documentation for using Karrigell on shared Web
hosting.