A simple and full-featured web framework
Project description
Karrigell is a simple and full-featured python web framework, including a built-in web server and an SQL database (gadfly). All you have to do is download, unzip and do “python Karrigell.py” : no configuration ! It allows execution of Python scripts and of pages mixing Python and HTML (PHP-like) ; easy handling of authentication and sessions ; a Python objects / database interface working with gadfly or SQLite (take a class instance, open a database and do database.write(object), no SQL syntax required) Powerful post-mortem debugger with script listing, data browsing. Complete documentation and many demos included This is a mostly a bugfix version, with a few new features As usual, comments and bug reports will be welcome !