An open API service indexing awesome lists of open source software.

https://github.com/creatingnull/squash-pickle


https://github.com/creatingnull/squash-pickle

Last synced: 7 months ago
JSON representation

Awesome Lists containing this project

README

        

# Squash Pickle

Like a pickle, only smaller\*.

Tiny python package that compresses your pickles using gzip.
Quacks like a pickle.

\* For small objects (\< 100 bytes) gzip overhead can end up increasing size.
Only squash your pickles when you are working with big objects.

______________________________________________________________________

## Getting Started

First install the package, this has no additional dependencies:

```shell
pip install squashpickle
```

Then simply replace your `pickle` calls with `sqaushpickle` ones.