This commit is contained in:
Chris McDonough
2012-02-14 21:31:35 -05:00
parent 11fde9570f
commit a6702e290a

View File

@@ -1,9 +1,9 @@
Colander Colander
======== ========
Colander is useful as a system for validating and deserializing data Colander is useful as a system for validating and deserializing data obtained
obtained via XML, JSON, an HTML form post or any other equally simple via XML, JSON, an HTML form post or any other equally simple data
data serialization. Colander can be used to: serialization. It runs on Python 2.6, 2.7 and 3.2. Colander can be used to:
- Define a data schema. - Define a data schema.