Pakket: python-cherrypy3 (8.9.1-2)
Verwijzigingen voor python-cherrypy3
Debian bronnen:
Het bronpakket cherrypy3 downloaden:
Beheerders:
- Debian Python Modules Team (QA-pagina, Mailarchief)
- Carl Suster (QA-pagina)
- Stephan Sürken (QA-pagina)
Externe bronnen:
- Homepage [www.cherrypy.org]
Vergelijkbare pakketten:
Python web development framework - Python 2 module
CherryPy is a pythonic, object-oriented web development framework. It provides the foundation over which complex web-based applications can be written, with little or no knowledge of the underlying protocols. 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 up-to-date with the latest developments on using Python for web development: it features a bundled WSGI server, and is able to integrate with other dispatching mechanisms, such as Routes. CherryPy can be run as a standalone application, since it provides its own HTTP server; setting it up behind another HTTP server, such as Apache, or even with mod_python are also options.
This package contains the Python 2 module cherrypy.
Andere aan python-cherrypy3 gerelateerde pakketten
|
|
|
|
-
- dep: python
- interactive high-level object-oriented language (Python2 version)
-
- dep: python-six
- Python 2 and 3 compatibility library (Python 2 interface)
-
- rec: python-openssl
- Python 2 wrapper around the OpenSSL library
-
- rec: python-routes (>= 2.3.1)
- Routing Recognition and Generation Tools
-
- rec: python-simplejson
- simple, fast, extensible JSON encoder/decoder for Python 2.x