Archived
This project has been archived by its maintainers, and is no longer receiving any updates.
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.
Release files for pickle5 0.0.2
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| pickle5-0.0.2.tar.gz | 118.6 kB | Details |
Release files / pickle5-0.0.2.tar.gz
| Download URL | pickle5-0.0.2.tar.gz |
|---|---|
| Size | 118.6 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
9c6a60dbb76ce4c64f42cfcfae6c687b79346698071e9a264af2e094d3d7e3ba
|
|
BLAKE2b-256 checksum How to use checksums |
219268fb6d5faadba2b7e0be90d607edc300d0d79490c309b9df4c61fb879f2e
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |