1Metadata-Version: 1.0
2Name: Cerealizer
3Version: 0.7
4Summary: A secure pickle-like module
5Home-page: http://home.gna.org/oomadness/en/cerealizer/index.html
6Author: Lamy Jean-Baptiste (Jiba)
7Author-email: jibalamy@free.fr
8License: Python licence
9Description: A secure pickle-like module.
10        It support basic types (int, string, unicode, tuple, list, dict, set,...),
11        old and new-style classes (you need to register the class for security), object cycles,
12        and it can be extended to support C-defined type.
13Platform: UNKNOWN
14Classifier: Development Status :: 5 - Production/Stable
15Classifier: Intended Audience :: Developers
16Classifier: License :: OSI Approved :: Python Software Foundation License
17Classifier: Programming Language :: Python
18Classifier: Topic :: Security
19Classifier: Topic :: Software Development :: Libraries :: Python Modules
20