mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-31 21:57:12 +00:00
35d965949e
type. PR: 22542 Submitted by: Johann Visagie <johann@egenetics.com>
14 lines
607 B
Plaintext
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>
|