Go to file
Chris McDonough ac50e7b8a9 - SchemaNode deserialization now unconditionally calls the schema type's
``deserialize`` method to obtain an appstruct before attempting to
  validate.  Third party schema types should now return ``colander.null`` if
  passed a ``colander.null`` value or another logically "empty" value as a
  cstruct during ``deserialize``.
2011-03-28 21:33:41 -04:00
2011-02-27 00:35:35 -05:00
2010-03-31 03:59:59 +00:00
2011-02-16 02:33:44 -05:00
2011-02-20 12:40:25 -05:00
2010-04-26 01:06:29 +00:00
2011-02-17 02:30:10 -05: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.pylonsproject.org/projects/colander/dev/
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%