The one true Pickler
Project description
The one true Pickler, it takes the pickle and encodes the bits and a space and a pickle emoji.
Installation
From PyPi:
$ pip install piickle
Basic Usage
Use the library directly:
import piickle
piickle.dump(object, file) # Same as the python pickle.dump()
piickle.dumps(object) # Same as the python pickle.dumps()
piickle.load(file) # Same as the python pickle.load()
piickle.loads(string) # Same as the python pickle.loads()
or use the monkey patch feature:
import pickle
import piickle
pickle.dump(object, file)
pickle.dumps(object)
pickle.load(file)
pickle.loads(string)
Features
A truly horrible pun
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
piickle-1.1.1.tar.gz
(1.7 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file piickle-1.1.1.tar.gz.
File metadata
- Download URL: piickle-1.1.1.tar.gz
- Upload date:
- Size: 1.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.12.1 pkginfo/1.5.0.1 requests/2.20.1 setuptools/40.4.3 requests-toolbelt/0.9.1 tqdm/4.30.0 CPython/3.7.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
a41bff59897aa4c878342af3f95d43f63acd317a1348466d6191ee0e76858765
|
|
| MD5 |
83907bc2730c2627f79e7d453cd5c48a
|
|
| BLAKE2b-256 |
259a690926d3851cf579cc289b8d5101f5b0a0972b8bdc13c6faeed9dbe1b8a0
|
File details
Details for the file piickle-1.1.1-py3-none-any.whl.
File metadata
- Download URL: piickle-1.1.1-py3-none-any.whl
- Upload date:
- Size: 3.0 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.12.1 pkginfo/1.5.0.1 requests/2.20.1 setuptools/40.4.3 requests-toolbelt/0.9.1 tqdm/4.30.0 CPython/3.7.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
edf60f068195642b2cd3735d6949a4db8b2d61340f63a05fa1372f680b9bf1b8
|
|
| MD5 |
cbb88d38eed12a954e774ca33291be64
|
|
| BLAKE2b-256 |
13a516b23bc5065f5ca32d2539131e992c47b8e332a321333e3a68abb2b53ed6
|