Skip to main content

Standard pickle, wrapped with standard compression libraries

Project description

compress_pickle

Standard python pickle, thinly wrapped with standard compression libraries

Code style: black Build Status Coverage Status PyPI License: MIT

The standard pickle package provides an excellent default tool for serializing arbitrary python objects and storing them to disk. Standard python also includes broad set of data compression packages. compress_pickle provides an interface to the standard pickle.dump, pickle.load, pickle.dumps and pickle.loads functions, but wraps them in order to direct the serialized data through one of the standard compression packages. This way you can seemlessly serialize data to disk or to any file-like object in a compressed way.

compress_pickle is built and tested in python >= 3.5

Supported compression protocols:

  • gzip
  • bz2
  • lzma
  • zipfile (Note that python3.6 and higher allows to build a file-like buffer into the zip archive, which allows us to use less memory than in python3.5)

Furthermore, compress_pickle supports the lz4 compression protocol, that isn't part of the standard python compression packages. This is provided as an optional extra requirement that can be installed as:

pip install compress_pickle[lz4]

Please refer to the package's documentation for more information

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

compress_pickle-1.1.1.tar.gz (9.2 kB view details)

Uploaded Source

Built Distribution

compress_pickle-1.1.1-py3-none-any.whl (10.1 kB view details)

Uploaded Python 3

File details

Details for the file compress_pickle-1.1.1.tar.gz.

File metadata

  • Download URL: compress_pickle-1.1.1.tar.gz
  • Upload date:
  • Size: 9.2 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.0.1 requests-toolbelt/0.9.1 tqdm/4.35.0 CPython/3.7.4

File hashes

Hashes for compress_pickle-1.1.1.tar.gz
Algorithm Hash digest
SHA256 3548483cca746b0a2900730ca27510f6ba2d9476dd4ecc9b1c2a8e0170cbc26c
MD5 8d60f930f929da6b71c4310c2462d900
BLAKE2b-256 62d026111fc31fd1a345df17ef2233f93dab317a34c3fdc7631be8ad6b24ddad

See more details on using hashes here.

File details

Details for the file compress_pickle-1.1.1-py3-none-any.whl.

File metadata

  • Download URL: compress_pickle-1.1.1-py3-none-any.whl
  • Upload date:
  • Size: 10.1 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.0.1 requests-toolbelt/0.9.1 tqdm/4.35.0 CPython/3.7.4

File hashes

Hashes for compress_pickle-1.1.1-py3-none-any.whl
Algorithm Hash digest
SHA256 52e68e3ac85af32305d79d71cdc1ff454acb59e669f27708778a503514bc2e41
MD5 58e246f411ccdfc0a82746512e7f947f
BLAKE2b-256 79a42c3491c382455b72f40188c6bc13ed2b3953af8a7a76e638430e6594a828

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page