Go to file
Chris McDonough 2f4e389cbe - If you use a schema with deferred `validator, missing` or
``default`` attributes, but you use it to perform serialization and
  deserialization without calling its ``bind`` method:

  - If ``validator`` is deferred, no validation will be performed.

  - If ``missing`` is deferred, the field will be considered *required*.

  - If ``default`` is deferred, the serialization default will be
    assumed to be ``colander.null``.
2010-10-06 21:34:16 +00:00
2010-03-31 03:59:59 +00:00
2010-03-14 16:51:25 +00:00
2010-04-26 01:06:29 +00:00
2010-09-08 20:54:56 +00:00

Colander
========

An extensible package which can be used to:

- deserialize and validate a data structure composed of strings,
  mappings, and lists.

- serialize an arbitrary data structure to a data structure composed
  of strings, mappings, and lists.

Please see `http://docs.repoze.org/colander
<http://docs.repoze.org/colander>`_ for further documentation.
Description
RETIRED, further work has moved to Debian project infrastructure
Readme 831 KiB
Languages
Python 64%
Gettext Catalog 21.9%
Modelica 14.1%