1
2******************* Cerealizer *******************
3
4Cerealizer is a secure pickle-like module.
5
6It support basic types (int, string, unicode, tuple, list, dict,
7set,...), old and new-style classes (you need to register the class
8for security), object cycles, and it can be extended to support
9C-defined type.
10
11Cerealizer is available under the Python licence.
12
13
14 * Requirements:
15
16   - Python >= 2.4 (http://www.python.org)
17
18
19 * Installation:
20
21Do in a console:
22        python ./setup.py build
23
24and then as root:
25        python ./setup.py install
26
27
28 * Documentation:
29
30Use PyDoc.
31
32
33Jiba -- jibalamy@free.fr -- jiba on #soya on FreeNode