pakker is a Python library that helps dealing with data that was
serialized in language-specific serialization formats. In its current
state, it only implements (part of) PHP's serialize and
unserialize functions.
Works with Python 2.6 up to Python 3.3.
Note
As it makes use of the CPython C API, pakker is probably only useful when used on top of CPython.
Found an issue or just want to get the source? Check out pakker's Github page.
pakker is distributed under a 3-clause BSD license. See LICENSE for details.
pakker is a buffer.io project.