- Karrigell
Infobox_Software
name = Karrigell
developer = Pierre Quentel
latest_release_version = 2.4.0
latest_release_date = release_date|2008|04|12
genre =Web application framework
license = BSD License
programming language = Python
genre =Web application framework
website = http://karrigell.sourceforge.netKarrigell is a
web application framework written purely in thePython programming language . It is comparable to other Python web frameworks (Quixote, Django,Turbogears ,Pylons , etc) and to commercial web frameworks calledWebSphere (IBM ) andWebLogic (BEA ), though much smaller in scope and features.The first version was published in November 2002.
Like other Python applications it is a collection of
modules grouped into a single directory tree. Karrigell acceptsweb requests and maps them to a function,method , a Pythonscript , or adynamic HTML page generator (*.hip or *.pih). The Karrigell engine then returns the results back to the web client .The package provides several applications ready for use : a blog engine, a forum, a wiki, an agenda. It provides an interface to manage MySQL and SQLite databases online.
References
* List of [http://wiki.python.org/moin/WebFrameworks Python Web Frameworks] on the Python language site
* Karrigell is the web framework chosen by Gerard Swinnen in his book "Apprendre à programmer avec Python" published byO'Reilly Media . The page is available [http://fr.wikibooks.org/wiki/Apprendre_%C3%A0_programmer_avec_Python/Applications_web online] .
* A Quote from an independent review on Devshed (reference below) : "While Karrigell is very powerful and flexible, offering multiple solutions to web development, it is surprisingly simple to set up and work with. Python novices won't find any obstacles when working with Karrigell, and Python experts won't feel too limited. It offers its own web server that gets the job done, but it also can be easily integrated with technologies such as Apache, so you do not have to sacrifice the use of other technologies when choosing Karrigell".External links
* [http://karrigell.sourceforge.net/ Karrigell Website]
* [http://www.devshed.com/c/a/Python/Karrigell-for-Python/ Devshed Article About Karrigell]
* [http://wiki.python.org/moin/Karrigell Karrigell Article at Python Wiki]
Wikimedia Foundation. 2010.