[Zope] ANN: ZPickle 0.0.1

Alexander Staubo alex@mop.no
Thu, 4 Nov 1999 17:35:33 +0100


The URL doesn't work. You probably meant to say
http://www.zope.org/Members/srichter/Products/ZPickle.

-- 
Alexander Staubo             http://www.mop.no/~alex/
"Only two things are infinite, the universe and human stupidity,
and I'm not sure about the former." --Albert Einstein

> -----Original Message-----
> From: Stephan Richter [mailto:srichter@cbu.edu]
> Sent: 2. november 1999 22:32
> To: zope@zope.org
> Subject: [Zope] ANN: ZPickle 0.0.1
> 
> 
> Hello everyone, 
> 
> to learn a little bit more abour Python Products I wrote a 
> little one today,
> which I thought might be useful. 
> ZPickle does exactly what you would think it does. It pickles 
> an object and
> returns the string or takes a string and converts it to an 
> object. Works
> exactly like pickle.dumps and pickle.loads. 
> For advanced Zopsters it is perfect as a base class. 
> Basically ZPickle adds
> pickle support to your class. Pretty cool.
> The reason why I think it is usefull is, that you can now 
> pickle objects you
> have in Zope and save them easily in DBs or simple 
> text/string properties. 
> 
> The URL: http://www.zope.org/Members/srichter/ZPickle
> 
> And, of course, I am welcoming any suggestions. :)
> 
> cheers,
> stephan
> --
> Stephan Richter
> iXL - Software Designer and Engineer
> CBU - Physics, Computer Science and Chemistry Student
> 
> _______________________________________________
> Zope maillist  -  Zope@zope.org
> http://lists.zope.org/mailman/listinfo/zope
> 
> (Related lists - please, no cross posts or HTML encoding!
> 
> To receive general Zope announcements, see:
> http://lists.zope.org/mailman/listinfo/zope-announce
> 
> For developer-specific issues, zope-dev@zope.org -
> http://lists.zope.org/mailman/listinfo/zope-dev )
>