mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-18 22:06:04 +01:00
7712080023
Signed-off-by: Erik Hanson <erik@slackbuilds.org>
11 lines
391 B
Text
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.
|