Télécharger la liste

Description du projet

CherryPy is an object-oriented Web development framework. It 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. It has proven very fast and stable. It is being used in production by many sites, from the simplest to the most demanding.

Système requise

System requirement is not defined
Information regarding Project Releases and Project Resources. Note that the information here is a quote from Freecode.com page, and the downloads themselves may not be hosted on OSDN.

2005-10-23 22:39
2.1.0

Une nouvelle interface WSGI, une nouvelle implémentation des sessions, et des filtres intégrés.
Tags: Major feature enhancements
A new WSGI interface, a new implementation for sessions, and built-in filters.

2005-05-04 19:20
2.0.0-final

CherryPy-2 est une refonte de CherryPy-1 (les caractéristiques unpythonic ont été enlevées). Il n'est plus une étape de compilation, il est pur Python code source (pas plus "CherryClass").
Tags: Major feature enhancements
CherryPy-2 is a redesign of CherryPy-1 (the unpythonic features have been removed). There is no longer a compilation step; it is pure Python source code (no more "CherryClass").

2004-04-26 11:17
0.10

Les séances sont maintenant complètement compatible avec les threads et peut être utilisé dans la production avec le fil-server piscine. Le compilateur vous permet maintenant de spécifier quelle ligne shebang / encodage à utiliser dans le fichier. Fichier PY. Désormais, il nettoie également expiré sessions pour vous.
Tags: Major feature enhancements
Sessions are now completely thread-safe and can be used in
production with the thread-pool server. The compiler now
allows you to specify which shebang line/encoding to use in the
generated .py file. It now also cleans expired sessions for you.

2004-03-08 01:30
0.10-rc1

Il ya beaucoup de petites améliorations dans cette version. L'une des plus importantes est que les sessions expirées sont maintenant automatiquement nettoyé.
Tags: Minor feature enhancements
There are many small improvements in this release. One of the main ones is that expired sessions are now automatically cleaned up.

2004-01-07 17:11
0.10-beta

Les séances sont maintenant thread-safe. CherryPy supporte le streaming et est compatible avec Jython. Le site Web fonctionne désormais cherrypy.org CherryPy exposée (sans Apache) et est également disponible via HTTPS.
Tags: Major feature enhancements
Sessions are now thread-safe. CherryPy supports
streaming and is Jython-compatible. The
cherrypy.org Web site now runs CherryPy exposed
(without Apache) and is also available through
HTTPS.

Project Resources