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.
Filename, size | File type | Python version | Upload date | Hashes |
---|---|---|---|---|
Filename, size piickle-1.1.1-py3-none-any.whl (3.0 kB) | File type Wheel | Python version py3 | Upload date | Hashes View |
Filename, size piickle-1.1.1.tar.gz (1.7 kB) | File type Source | Python version None | Upload date | Hashes View |