Metadata-Version: 1.1
Name: sPickle
Version: 0.1.4
Summary: Extended Pickler with special support 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
        ---------------------------------------------------
        
        It supports pickling of modules and many resources the standard pickler can't
        cope with.
        
        This version requires Python 2.7. Unfortunately, there is currently no
        Python 3 version.
        
        Git repository: git://github.com/akruis/sPickle.git
        
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 :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: Topic :: Software Development :: Libraries :: Python Modules
