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