Path to this page:
./
www/py-zope.proxy,
Generic Transparent Proxies
Branch: CURRENT,
Version: 6.1,
Package name: py312-zope.proxy-6.1,
Maintainer: pkgsrc-users``zope.proxy``
==============
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.
zope.proxy is implemented via a C extension module, which lets it do things
like lie about its own ``__class__`` that are difficult in pure Python (and
were completely impossible before metaclasses). It also proxies all the
internal slots (such as ``__int__``/``__str__``/``__add__``).
Required to run:[
devel/py-setuptools] [
devel/py-ZopeInterface] [
lang/python37]
Required to build:[
pkgtools/cwrappers]
Master sites:
Filesize: 42.796 KB
Version history: (Expand)
- (2024-10-14) Updated to version: py312-zope.proxy-6.1
- (2024-08-07) Updated to version: py311-zope.proxy-5.3
- (2024-02-10) Updated to version: py311-zope.proxy-5.2
- (2023-10-06) Updated to version: py311-zope.proxy-5.1
- (2023-06-18) Updated to version: py310-zope.proxy-5.0.0
- (2022-11-17) Updated to version: py310-zope.proxy-4.6.1
CVS history: (Expand)