Files
deb-python-colander/README.txt
Chris McDonough 0b46d77215 garden
2012-02-14 21:34:43 -05:00

18 lines
460 B
Plaintext

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.
It runs on Python 2.6, 2.7 and 3.2.
Please see http://docs.pylonsproject.org/projects/colander/en/latest/
for further documentation.
See https://github.com/Pylons/colander for in-development version.