Skip to main content

Experimental backport of the pickle 5 protocol (PEP 574)

This project has been archived.

The maintainers of this project have marked this project as archived. No new releases are expected.

Project description

This package backports the features and APIs added in PEP 574. It should work with Python 3.6 and 3.7.

Basic usage is similar to the pickle module, except that the module to be imported is pickle5:

import pickle5 as pickle

pb = pickle.PickleBuffer(b"foo")
data = pickle.dumps(pb, protocol=5)
assert pickle.loads(data) == b"foo"

Detailed documentation can be found in PEP 574 and the standard pickle documentation.

https://travis-ci.org/pitrou/pickle5-backport.svg?branch=master https://ci.appveyor.com/api/projects/status/hk4lrl81wp0q283o/branch/master?svg=true

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

pickle5-0.0.6.tar.gz (123.4 kB view details)

Uploaded Source

File details

Details for the file pickle5-0.0.6.tar.gz.

File metadata

  • Download URL: pickle5-0.0.6.tar.gz
  • Upload date:
  • Size: 123.4 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: Python-urllib/2.7

File hashes

Hashes for pickle5-0.0.6.tar.gz
Algorithm Hash digest
SHA256 ae0022ad79930cf8cd190eade903ec5041c36a0237bab8ac38a50d2c9d3fc3cb
MD5 81aacb6469a346e192904ec77f63d266
BLAKE2b-256 70bbe2dda082bcd9e964debb99858d318d7a1aa7ccb7b1c49b29e41cf23b618b

See more details on using hashes here.

Supported by

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