Skip to content

Gusgus01/Pickle

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

piickle

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

About

The one true Pickler

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages