Simple web programming tool in Python, web server and gadfly database included
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