Re: [ANN] Cerealizer 0.4 -- a secure Pickle-like module

2006-06-11 Thread Aahz
In article <[EMAIL PROTECTED]>, Jiba wrote: > >Cerealizer is now available under the Python license (and was >previously GPL'ed). Nothing except for Python itself should be released under the Python license. See http://wiki.python.org/moin/PythonSoftwareFoundationLicenseFaq -- Aahz ([EMAIL PRO

Re: Secure Pickle-like module

2006-05-25 Thread jiba
> There are a couple factual inaccuracies on the site that I'd like to clear up > first: > Trivial benchmarks put cerealizer and banana/jelly on the same level as far > as performance goes: > $ python -m timeit -s 'from cereal import dumps; L = ["Hello", " ", ("w", > "o", "r", "l", "d", ".")]' '

Re: Secure Pickle-like module

2006-05-25 Thread Jean-Paul Calderone
On 25 May 2006 13:22:21 -0700, [EMAIL PROTECTED] wrote: >Hi all, > >I'm currently working on a secure Pickle-like module, Cerealizer, >http://home.gna.org/oomadness/en/cerealizer/index.html >Cerealizer has a pickle-like interface (load, dump, __getstate__, >__setstate__,..

Secure Pickle-like module

2006-05-25 Thread jiba
Hi all, I'm currently working on a secure Pickle-like module, Cerealizer, http://home.gna.org/oomadness/en/cerealizer/index.html Cerealizer has a pickle-like interface (load, dump, __getstate__, __setstate__,...), however it requires to register the class you want to "cerealize&qu