pickle5 0.0.3
pip install pickle5==0.0.3
Newer version available (0.0.12)
Released:
Experimental backport of the pickle 5 protocol (PEP 574)
Navigation
Unverified details
These details have not been verified by PyPIProject links
Meta
- License: Python Software Foundation License
- Author: Antoine Pitrou
Classifiers
- Development Status
- Intended Audience
- License
- Operating System
- Programming Language
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.
Project details
Unverified details
These details have not been verified by PyPIProject links
Meta
- License: Python Software Foundation License
- Author: Antoine Pitrou
Classifiers
- Development Status
- Intended Audience
- License
- Operating System
- Programming Language
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
File details
Details for the file pickle5-0.0.3.tar.gz
.
File metadata
- Download URL: pickle5-0.0.3.tar.gz
- Upload date:
- Size: 118.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 |
2dd3376b4b8b6ab8c51a19d4915b781c98aa117065e4d32713187ae5bee90b50
|
|
MD5 |
d1a006be5696c652b0db7c17f8bc11e6
|
|
BLAKE2b-256 |
2fbdc37b01cc12696f3de34dba188faa1d7496416ac2ca233c82648e002305bf
|