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 and pickle.load 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 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)

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.0.1.tar.gz (4.9 kB view details)

Uploaded Source

Built Distribution

compress_pickle-1.0.1-py3-none-any.whl (5.9 kB view details)

Uploaded Python 3

File details

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

File metadata

  • Download URL: compress_pickle-1.0.1.tar.gz
  • Upload date:
  • Size: 4.9 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.13.0 pkginfo/1.5.0.1 requests/2.18.4 setuptools/41.0.1 requests-toolbelt/0.8.0 tqdm/4.28.1 CPython/3.6.8

File hashes

Hashes for compress_pickle-1.0.1.tar.gz
Algorithm Hash digest
SHA256 5a375d102a2a653be326846c55f0acb7920a2614b899d59f4ae607f60b57c439
MD5 64bcad635b59a5550c80a92cabbe2516
BLAKE2b-256 5e9a924616eb47130e12702890e64a5310fd98e82ead6724a54993476a4593c3

See more details on using hashes here.

File details

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

File metadata

  • Download URL: compress_pickle-1.0.1-py3-none-any.whl
  • Upload date:
  • Size: 5.9 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.13.0 pkginfo/1.5.0.1 requests/2.18.4 setuptools/41.0.1 requests-toolbelt/0.8.0 tqdm/4.28.1 CPython/3.6.8

File hashes

Hashes for compress_pickle-1.0.1-py3-none-any.whl
Algorithm Hash digest
SHA256 6ca3f4df28a716d71051bd330cced12c95193f6b39cc71b6dd95fbc7ceedb068
MD5 725ed21208e258fd1c720f564b5dc5cd
BLAKE2b-256 7a0b405d04a761e1aa7215efa0c78d99da3eb2e73df5c3680bc0fecb63820fa9

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