• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

test/H03-Aug-2008-414309

PKG-INFOH A D03-Aug-2008861 2019

READMEH A D05-Jun-2006633 3317

__init__.pyH A D29-Jun-200822.8 KiB621471

setup.cfgH A D08-May-2006151 97

setup.pyH A D03-Aug-20081.5 KiB3423

README

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