{"library":"compress-pickle","type":"library","category":null,"description":"compress-pickle is a Python library (version 2.1.0) that thinly wraps the standard `pickle` package with various standard compression libraries (gzip, bz2, lzma, zipfile, and optionally lz4). It provides an interface similar to `pickle.dump`, `pickle.load`, `pickle.dumps`, and `pickle.loads` to seamlessly serialize and deserialize Python objects to disk or file-like objects in a compressed manner. The library has an infrequent release cadence, with its last major update in September 2021.","language":"python","status":"active","version":"2.1.0","tags":["pickle","compression","serialization","data persistence","object storage"],"last_verified":"Sun May 24","install":[{"cmd":"pip install compress-pickle","imports":["from compress_pickle import dump","from compress_pickle import load","from compress_pickle import dumps","from compress_pickle import loads"]},{"cmd":"pip install compress-pickle[lz4]","imports":[]}],"homepage":null,"github":"https://github.com/lucianopaz/compress_pickle","docs":null,"changelog":null,"pypi":"https://pypi.org/project/compress-pickle/","npm":null,"openapi_spec":null,"status_page":null,"smithery":null,"compatibility":{"summary":{"python_range":"3.10–3.9","success_rate":75,"avg_install_s":2,"avg_import_s":0.07,"wheel_type":"wheel"},"url":"https://checklist.day/v1/registry/compress-pickle/compatibility"}}