RETIRED, further work has moved to Debian project infrastructure
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.
 
 
 
Go to file
Michael Merickel 2c5fab4844
prep 1.3.3
6 years ago
colander Merge pull request #288 from jay-hennen/master 6 years ago
docs docs for #280 6 years ago
.gitignore Ignore the new files tox creates 7 years ago
.hgignore Prep for 0.4. 13 years ago
.travis.yml test on py36 6 years ago
CHANGES.rst prep 1.3.3 6 years ago
CONTRIBUTORS.txt add support for deferred schema nodes 6 years ago
COPYRIGHT.txt - Moved to Pylons Project GitHub (https://github.com/Pylons/colander). 12 years ago
LICENSE.txt remove license note about iso8601 9 years ago
README.rst drop py26 and pypy3 from the test suite 7 years ago
TODO.txt add a todo 10 years ago
rtd.txt - use package pylons-sphinx-themes instead of git submodule to build docs 8 years ago
setup.cfg fix setup.cfg to use bdist_wheel section instead of wheel 7 years ago
setup.py prep 1.3.3 6 years ago
tox.ini test on py36 6 years ago

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.