Thursday, November 11, 2004

Python Packages Index: shibazuke 0.1

Python Packages Index: shibazuke 0.1: "The shibazuke module serialize and deserialize standard Python objects. Unlike pickle module, shibazuke only supports following built in types : None, bool, int, long, str, unicode, tuple, list, dict. You can serialize nested objects (e.g. [0, (1, {2:3})] ), but circular reference is not supported. Max depth of nested objects are limited by sys.getrecursionlimit(). Objects are serialized into `shibazuke format' binary string. Shibazuke strings are platform independed, and hopefully, loading maliciously crafted data does not harm."