Metadata-Version: 1.0
Name: terragon
Version: 0.1.3
Summary: a better pickle
Home-page: https://github.com/yhat/terragon/
Author: Greg Lamp
Author-email: greg@yhathq.com
License: BSD
Description: terragon
        ========
        
        "Sub-fork" of the
        ```cloud`` <https://pypi.python.org/pypi/cloud/2.3.1>`__ package's
        cloudpickle.
        
        Install
        -------
        
        .. code:: bash
        
            $ pip install terragon
        
        Use
        ---
        
        Same as pickle
        
        .. code:: python
        
            >>> import terragon
            >>> terragon.dumps({ "x": range(10) })
        
        
Platform: UNKNOWN
