python3-cerealizer

secure pickle-like module for Python 3
  http://home.gna.org/oomadness/en/cerealizer/
  0
  no reviews



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.

This is the Python 3 version of the package.