pickle-jar

A container for pickle slices.


Keywords
pickle, jar, container, serialization
License
MIT
Install
pip install pickle-jar==0.3

Documentation

pickle-jar

A container of pickle slices.

Use this to serialize/read objects to/from disk, but instead of a single pickle file, split into multiple slices of smaller, separate files. This is useful to get around github single-file size restriction.