File: PKG-INFO

package info (click to toggle)
cerealizer 0.8.4-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 172 kB
  • sloc: python: 362; makefile: 4
file content (21 lines) | stat: -rw-r--r-- 906 bytes parent folder | download | duplicates (2)
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.