Karrigell, a simple web programming tool in Python, now works with Apache/mod_python
Project description
Karrigell is a simple and lightweigth web programming solution, including a web server and an SQL database (gadfly). All you have to do is download, unzip and do “python Karrigell.py” : no configuration headaches. It allows execution of Python scripts and of pages mixing Python and HTML (PHP-like) ; easy handling of authentication and sessions ; gadflyStorage, a Python objects / database interface (take a class instance, open a database and do database.write(object), no SQL syntax required) ; building pages from components. Complete documentation and many demos included With this version, scripts can also run unmodified behind Apache/mod_python (as well as Xitami). An adaptation of gadflyStorage to SQLite, with the same easy dictionary-like syntax has also been added