RETIRED, further work has moved to Debian project infrastructure
Go to file
Michael Merickel 67cd405225 test on py36 2017-01-31 23:31:57 -06:00
colander only sort on order, SchemaNode is not comparable 2017-01-31 23:22:04 -06:00
docs docs for #280 2017-01-31 22:23:48 -06:00
.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 test on py36 2017-01-31 23:31:57 -06:00
CHANGES.rst test on py36 2017-01-31 23:31:57 -06: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 test on py36 2017-01-31 23:31:57 -06:00
tox.ini test on py36 2017-01-31 23:31:57 -06: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.