1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-24 00:45:52 +00:00
freebsd-ports/security/py-cerealizer/pkg-descr
Andrew Pantyukhin 0852e66295 Add py-cerealizer: Secure pickle-like module
PR:		ports/96944
Submitted by:	Jose Alonso Cardenas Marquez <acardenas@bsd.org.pe>
Approved by:	krion (mentor)
2006-05-17 10:44:48 +00:00

11 lines
369 B
Plaintext

Cerealizer is a secure pickle-like module.
It support basic types (int, string, unicode, tuple, list, dict,
set...), old and new-style classes (you need to register the class
for security), object cycles, and it can be extended to support
C-defined type.
Cerealizer is available under the GNU GPL licence.
WWW: http://home.gna.org/oomadness/en/cerealizer/index.html