Brainwave Code Repository

I’ve been working for a while on a code repository where we can put up our open source projects and get some community participation going and I think we’ve finally got something…

JUnpickler: This is a Java based unpickler for Python pickle data. The idea is that you can serialize some data in Python and then get the string into Java and deserialize it to get a Java object.

The code is released under the Eclipse Public License v1.0 (EPL). It’s one of the least restrictive licenses I could find.

Please let us know what you think or if you want to contribute.

Prateek Sureka