A simple but full-featured web framework in Python
Project description
- Karrigell is a simple, lightweigth and full-python web framework, 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 ; dbStorage, 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) ; building pages from components. Powerful post-mortem debugger with script listing, data browsing. Complete documentation and many demos included Version 2.0.5 is a minor bugfix release