slackbuilds_ponce/libraries/zope.proxy/README
Mikko Värri 7712080023 libraries/zope.proxy: Added (Generic Transparent Proxies)
Signed-off-by: Erik Hanson <erik@slackbuilds.org>
2010-08-14 19:04:52 -05:00

11 lines
391 B
Text

zope.proxy (Generic Transparent Proxies)
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 requires zope.interface.
To build, this requires pysetuptools.