1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-19 19:59:43 +00:00
freebsd-ports/devel/py-mxProxy/pkg-descr
Neil Blakey-Milner 35d965949e Add py-mxProxy 0.2.0, python module that provides a generic proxy wrapper
type.

PR:		22542
Submitted by:	Johann Visagie <johann@egenetics.com>
2001-01-03 13:56:52 +00:00

14 lines
607 B
Plaintext

mxProxy is a Python extension package which provides a new type that can be
used to implement Bastion-like features without the need to use restricted
execution environments.
The type's main features are secure data encapsulation (the hidden objects
are not accessible from Python since they are stored in internal C
structures), customizable attribute lookup methods and a cleanup protocol
that helps in breaking circular references prior to object deletion.
Author: Marc-Andre Lemburg <mal@lemburg.com>
WWW: http://starship.python.net/~lemburg/mxProxy.html
-- Johann Visagie <johann@egenetics.com>