パッケージ: python-cherrypy3 (8.9.1-2)
python-cherrypy3 に関するリンク
Debian の資源:
cherrypy3 ソースパッケージをダウンロード:
メンテナ:
外部の資源:
- ホームページ [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
- 対話式の高レベルオブジェクト指向言語 (Python2 バージョン)
-
- dep: python-six
- Python 2 および 3 互換性ライブラリ (Python 2 インターフェース)
-
- 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