Overview
What is Karrigell?
Karrigell : A Python web framework to help you with your development
In depth
A closer look at Karrigell
Karrigell is a flexible Python web framework, with a clear and intuitive syntax.Karrigell is independent from any ORM, database or templating engine, and will let the programmer choose between a variety of coding styles.The package includes a powerful built-in web server, so there's no need to download, install and configure a separate one, and a pure-Python database engine, PyDbLite, which is used for the demos.Karrigell can be configured to work with external web servers (Apache, Xitami, LightTPD); the scripts can use all the databases for which a Python API exists (sqlite, mySql, PostGreSQL, ZODB, etc)A new application, InstantSite, is provided to easily create and edit MySQL databases and generate scripts that handle the usual CRUD operations on database tables. Take a look at the online Flash demoTo create dynamic pages, all you need to know is HTML and Python. You have the choice between different ways of mixing them.In short :· You can use ordinary Python scripts· Karrigell services are Python scripts where each function matches a different URL : foo.ks/bar matches the function bar() in the script foo.ks (if no function is specified, the function index() is used)· HTML inside Python is another form of Python script, where lines beginning by a string are sent to the browser as if there were a print statement· Python Inside HTML is very much like PHP or JSP, HTML pages with Python code inserted between the tags· You can use plain CGI scripts : see the documentation for the cgi module in the standard documentation· Python code is executed in a "clean" namespace including HTTP environment, form fields and custom exceptions. When a form includes the field , the value is available in the script under the name _myfieldFor authentication and session, two functions (unsurprisingly named Authentication and Session) can be used in scripts. Authentication takes an authentication test function as first argument, which checks if the AUTH_USER and AUTH_PASSWORD are accepted. Session() is used to initialize or retrieve a session object to which attributes can be set or readThe Include(file_or_script) function inserts the output of the script or file inside the output of current script ; this is useful for headers or footers for instance. If it's a script it is executed in the current namespace.
Verdict
Should you download Karrigell?
Karrigell runs on
Windows 9X/ME/2K/XP/2003/Windows 10/11
and is available under the
Freeware
license
— the installer is 3.7 MB.
We’ve catalogued it under
General.
✓
Verified clean. Every Karrigell build on SoftLookup is scanned for viruses, spyware, adware, trojans and backdoors. We re-test on every update.
Sponsored
At a glance
Karrigell specifications
- Last updated
- Nov 18, 2025
- License
- Freeware
- Operating system
- Windows 9X/ME/2K/XP/2003/Windows 10/11
- File size
- 3.7 MB
- Price
- Free
- Page views
- 720
Help fellow users decide. Share your experience with Karrigell.