On Thu, Apr 7, 2011 at 4:11 PM, Anselm Kruis <span dir="ltr"><<a href="mailto:a.kruis@science-computing.de">a.kruis@science-computing.de</a>></span> wrote:<br><div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">
if you are interested in pickling, you might want to look at the new sPickle<br>
package available on PyPI: <a href="http://pypi.python.org/pypi/sPickle" target="_blank">http://pypi.python.org/pypi/sPickle</a><br>
<br>
It extends the standard class pickle.Pickler and is able to serialise many types, including most classes, modules, packages. The source archive contains a<br>
readme and a first example. I also submitted a presentation about sPickle for the EuroPython 2011 conference.<br>
<br>
The code was developed as part of a commercial project and recently released as free software by science + computing ag. Currently it requires Stackless Python 2.7. The code is not very well tested outside of the application it was developed for. Therefore you should consider it alpha quality.<br>
<br></blockquote><div><br></div><div> Hi Anselm,</div><div><br></div><div>Thanks for releasing a Stackless-related project :-)</div><div><br></div><div>I saw this get released on Pypi when you added it there.  Can you give a description of the use it has been put to?</div>
<div><br></div><div>Cheers,</div><div>Richard.</div></div>