/pickle

Erlang library for converting Python pickles to and from Erlang terms

Primary LanguageErlangMIT LicenseMIT

pickle

A utility module for converting the Python Pickle format to and from Erlang terms.

Python pickles are binary representations of Python objects. See http://python.org/dev/peps/pep-0307/ for details.