パッケージ: python-pecan (1.3.2-2)
python-pecan に関するリンク
Debian の資源:
python-pecan ソースパッケージをダウンロード:
メンテナ:
外部の資源:
- ホームページ [pypi.python.org]
類似のパッケージ:
WSGI object-dispatching web framework - Python 2.x
The Pecan Python module is a WSGI object-dispatching web framework designed to be lean and fast with few dependencies. Pecan comes bundled with a lightweight WSGI development server based on Python's wsgiref.simpleserver. Pecan applications also come with an interactive Python shell which can be used to execute expressions in an environment very similar to the one your application runs in (using the "pecan shell" command).
WSGI is the "Web Server Gateway Interface". It defines a simple and universal interface between web servers and web applications or frameworks for the Python programming language.
This package contains the Python 2.x module.
その他の python-pecan 関連パッケージ
|
|
|
|
-
- dep: python
- 対話式の高レベルオブジェクト指向言語 (Python2 バージョン)
-
- dep: python-logutils
- handlers for the Python standard library's logging package - Python 2.x
-
- dep: python-mako (>= 0.4.0)
- fast and lightweight templating for the Python platform
-
- dep: python-markupsafe
- HTML/XHTML/XML string library for Python
-
- dep: python-simplegeneric
- simple generic functions for Python
-
- dep: python-singledispatch
- single-dispatch generic functions for Python
-
- dep: python-six
- Python 2 および 3 互換性ライブラリ (Python 2 インターフェース)
-
- dep: python-webob
- Python module providing WSGI request and response objects (Python 2)
-
- dep: python-webtest
- wraps any WSGI application and makes it easy to test
-
- dep: python2.7
- 対話的な高レベルオブジェクト指向言語 (バージョン 2.7)
-
- sug: python-pecan-doc
- WSGI object-dispatching web framework