Metadata-Version: 1.2
Name: piickle
Version: 1.0.0
Summary: The one true Pickler
Home-page: https://github.com/Gusgus01/Pickle
Author: Gus Foley
Author-email: gus.gus.rocks@gmail.com
License: MIT
Description: ======
        Pickle
        ======
        
        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
        ===========
        .. code-block:: python
        
            import piickle
        
            Pickle.dump(object, file) # Same as the python pickle.dump()
            Pickle.dumps(object) # Same as the python pickle.dumps()
            Pickle.load(file) # Same as the python pickle.load()
            Pickle.loads(object) # Same as the python pickle.loads()
        
        Features
        ========
        * A truly horrible pun
        
Platform: UNKNOWN
Requires-Python: >=3
