Metadata-Version: 1.0
Name: sPickle
Version: 0.0.5
Summary: Extended Pickler for Stackless Python
Home-page: http://pypi.python.org/pypi/sPickle
Author: Anselm Kruis
Author-email: a.kruis@science-computing.de
License: Apache Software License
Description: 
        sPickle is an extended version of the pickle module for Stackless Python
        ------------------------------------------------------------------------
        
        It supports pickling of modules and many resources the standard pickler can't
        cope with. 
        
        This version requires Python 2.7 or later. Unfortunately, there is currently no
        Python 3 version. 
        
Keywords: pickling sPickle pickle stackless
Platform: any
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2.7
Classifier: Environment :: Other Environment
Classifier: Operating System :: OS Independent
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: Topic :: Software Development :: Libraries :: Python Modules
