https://github.com/creatingnull/squash-pickle
https://github.com/creatingnull/squash-pickle
Last synced: 7 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/creatingnull/squash-pickle
- Owner: CreatingNull
- License: mit
- Created: 2024-09-21T22:54:07.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2024-11-25T20:16:47.000Z (7 months ago)
- Last Synced: 2024-11-29T03:08:21.364Z (7 months ago)
- Language: Python
- Size: 16.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGES.rst
- License: LICENSE.md
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.