Size: 2627
Comment: 'Comments' section extended
|
Size: 2649
Comment: updated cherrypy version
|
Deletions are marked like this. | Additions are marked like this. |
Line 5: | Line 5: |
version:: 3.0.2 (''[[Date(2007-08-07T00:00:00)]]'') | version:: 3.1.1 (''<<Date(2008-11-08T00:00:00)>>'') |
Line 28: | Line 28: |
* [http://www.cherrypy.org/wiki/CherryPySpeed Fast], [http://www.cherrypy.org/wiki/CherryPyTutorial elegant], [http://www.cherrypy.org/wiki/ExposeItems clean]. * Supports with built-in code/[http://www.cherrypy.org/wiki/BuiltinTools tools]: * [http://www.cherrypy.org/wiki/CherryPySessions Sessions]. |
* [[http://www.cherrypy.org/wiki/CherryPySpeed|Fast]], [[http://www.cherrypy.org/wiki/CherryPyTutorial|elegant]], [[http://www.cherrypy.org/wiki/ExposeItems|clean]]. * Supports with built-in code/[[http://www.cherrypy.org/wiki/BuiltinTools|tools]]: * [[http://www.cherrypy.org/wiki/CherryPySessions|Sessions]]. |
Line 32: | Line 32: |
* [http://www.cherrypy.org/wiki/StaticContent Static content]. * [http://www.cherrypy.org/wiki/Caching Caching]. |
* [[http://www.cherrypy.org/wiki/StaticContent|Static content]]. * [[http://www.cherrypy.org/wiki/Caching|Caching]]. |
Line 35: | Line 35: |
* [http://www.cherrypy.org/wiki/GzipFilter Output compression]. | * [[http://www.cherrypy.org/wiki/GzipFilter|Output compression]]. |
Line 37: | Line 37: |
* [http://tools.cherrypy.org/wiki/JSON JSON]. * [http://www.cherrypy.org/browser/trunk/cherrypy/lib/profiler.py?rev=1193 Profiling]. * [http://www.cherrypy.org/browser/trunk/cherrypy/lib/covercp.py?rev=1135 Coverage]. |
* [[http://tools.cherrypy.org/wiki/JSON|JSON]]. * [[http://www.cherrypy.org/browser/trunk/cherrypy/lib/profiler.py?rev=1193|Profiling]]. * [[http://www.cherrypy.org/browser/trunk/cherrypy/lib/covercp.py?rev=1135|Coverage]]. |
Line 46: | Line 46: |
* CherryPy integrates beautifully with SQLObject (SqlObject) and ["Cheetah"]. * ["TurboGears"] builds on CherryPy. |
* CherryPy integrates beautifully with SQLObject (SqlObject) and [[Cheetah]]. * [[TurboGears]] builds on CherryPy. |
A pythonic, object-oriented web development framework.
Masthead
- URL
- version
3.1.1 (2008-11-08)
- licence
- BSD
- platforms
- any platform that supports Python 2.3 or higher
- Python versions
- 2.3 or higher
URL
Licence
BSD
InTheirOwnWords
CherryPy is a pythonic, object-oriented web development framework.
CherryPy allows developers to build web applications in much the same way they would build any other object-oriented Python program. This usually results in smaller source code developed in less time.
CherryPy is now more than three years old and it is has proven very fast and stable. It is being used in production by many sites, from the simplest ones to the most demanding ones.
CherryPy does its best to stay out of the way between the programmer and the problem. CherryPy applications are usually very simple. It works out of the box; default behavior is sensible enough to allow use without extensive setup or customization. The embedded web server allows one to deploy web applications anywhere Python is installed. In short, CherryPy is as pythonic as it gets.
Oh, and most importantly: CherryPy is fun to work with
Comments
Supports with built-in code/tools:
- Authorization.
- Redirecting unhandled errors.
- Unicode (and UTF-8): specifiable per-path, so different portions of your site can use different encoding/decoding schemes.
JSON.
- Testing.
Multiple virtual hosts, multiple HTTP servers at once.
- Apache, IIS, mod_python, FastCGI, SCGI, and mod_wsgi.
- Configurable and swappable every part of it.
- Flexible plugin system.
- No learning curves if you are a Python developer.
CherryPy integrates beautifully with SQLObject (SqlObject) and Cheetah.
TurboGears builds on CherryPy.