RETIRED, further work has moved to Debian project infrastructure
Go to file
Gabriela Surita 4d3df0881a add support for deferred schema nodes 2017-01-31 17:59:08 -02:00
colander add support for deferred schema nodes 2017-01-31 17:59:08 -02:00
docs Minor text fix 2016-07-31 19:20:47 +05:30
.gitignore Ignore the new files tox creates 2016-02-16 18:29:04 -07:00
.hgignore Prep for 0.4. 2010-03-31 03:59:59 +00:00
.travis.yml drop py26 and pypy3 from the test suite 2016-05-23 15:56:01 -05:00
CHANGES.rst prep 1.3.1 2016-05-23 16:53:15 -05:00
CONTRIBUTORS.txt add support for deferred schema nodes 2017-01-31 17:59:08 -02:00
COPYRIGHT.txt - Moved to Pylons Project GitHub (https://github.com/Pylons/colander). 2011-02-16 01:04:40 -05:00
LICENSE.txt remove license note about iso8601 2014-09-10 18:54:53 +00:00
README.rst drop py26 and pypy3 from the test suite 2016-05-23 15:56:01 -05:00
TODO.txt add a todo 2013-06-12 19:09:27 -04:00
rtd.txt - use package pylons-sphinx-themes instead of git submodule to build docs 2015-05-06 00:35:52 -07:00
setup.cfg fix setup.cfg to use bdist_wheel section instead of wheel 2016-01-16 14:07:28 -06:00
setup.py prep 1.3.1 2016-05-23 16:53:15 -05:00
tox.ini drop py26 and pypy3 from the test suite 2016-05-23 15:56:01 -05:00

README.rst

Colander

image

Documentation Status

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.