Skip to content

Latest commit

 

History

History
7 lines (5 loc) · 214 Bytes

README.md

File metadata and controls

7 lines (5 loc) · 214 Bytes

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.