You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
![]() |
6 years ago | |
---|---|---|
colander | 6 years ago | |
docs | 6 years ago | |
.gitignore | 7 years ago | |
.hgignore | 13 years ago | |
.travis.yml | 6 years ago | |
CHANGES.rst | 6 years ago | |
CONTRIBUTORS.txt | 6 years ago | |
COPYRIGHT.txt | 12 years ago | |
LICENSE.txt | 9 years ago | |
README.rst | 7 years ago | |
TODO.txt | 10 years ago | |
rtd.txt | 8 years ago | |
setup.cfg | 7 years ago | |
setup.py | 6 years ago | |
tox.ini | 6 years ago |
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.