软件包: python-cherrypy3 (8.9.1-2)
python-cherrypy3 的相关链接
Trisquel 的资源:
下载源码包 cherrypy3:
维护者:
Original Maintainers:
- Debian Python Modules Team (Mail Archive)
- Carl Suster
- Stephan Sürken
外部的资源:
- 主页 [www.cherrypy.org]
相似软件包:
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.
其他与 python-cherrypy3 有关的软件包
|
|
|
-
- dep: python
- interactive high-level object-oriented language (default 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