A simple but full-featured web framework in Python
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 small bugfix version from version 2.1.4 As usual, comments and bug reports will be welcome !