![]() |
||
---|---|---|
colander | ||
docs | ||
.gitignore | ||
.hgignore | ||
.travis.yml | ||
CHANGES.rst | ||
CONTRIBUTORS.txt | ||
COPYRIGHT.txt | ||
LICENSE.txt | ||
README.rst | ||
TODO.txt | ||
rtd.txt | ||
setup.cfg | ||
setup.py | ||
tox.ini |
README.rst
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 is tested on Python 2.7, 3.3, 3.4, and 3.5, and PyPy.
Please see http://docs.pylonsproject.org/projects/colander/en/latest/ for documentation.
See https://github.com/Pylons/colander for in-development version.