[ buster ]
[ 原始碼: zope.proxy ]
套件:python-zope.proxy(4.2.0-1.1)
python-zope.proxy 的相關連結
Debian 的資源:
下載原始碼套件 zope.proxy:
維護小組:
- Debian/Ubuntu Zope Team (QA 頁面, 郵件存檔)
- Brian Sutherland (QA 頁面)
- Fabio Tranchitella (QA 頁面)
- Barry Warsaw (QA 頁面)
外部的資源:
- 主頁 [pypi.python.org]
相似套件:
Generic transparent proxies for Python
Proxies are special objects which serve as mostly-transparent wrappers around another object, intervening in the apparent behavior of the wrapped object only when necessary to apply the policy (e.g., access checking, location brokering, etc.) for which the proxy is responsible.
This is the Python 2 version.
其他與 python-zope.proxy 有關的套件
|
|
|
|
-
- dep: libc6 (>= 2.17) [arm64]
- GNU C 函式庫:共用函式庫
同時作為一個虛擬套件由這些套件填實: libc6-udeb
- dep: libc6 (>= 2.4) [除 arm64]
-
- dep: python
- interactive high-level object-oriented language (Python2 version)
- dep: python (<< 2.8)
- dep: python (>= 2.7~)
-
- dep: python-pkg-resources
- Package Discovery and Resource Access using pkg_resources
-
- dep: python-zope.interface
- Interfaces for Python