python3-colander

simple schema-based serialization and deserialization - Python 3.x
  http://docs.pylonsproject.org/projects/colander/en/latest/
  0
  no reviews



Colander is an extensible package which can be used to deserialize and validate a data structure composed of strings, mappings, and lists, and to serialize an arbitrary data structure to a data structure composed of strings, mappings, and lists.

This package provides the Python 3.x module.