From a439f0a9bf5e975610f2ab57cd3a007a48c7b1e5 Mon Sep 17 00:00:00 2001 From: Frank Sachsenheim Date: Thu, 9 Jul 2015 05:00:48 +0200 Subject: [PATCH] Adds Cerberus to Data Validation disclaimer: i recently contributed to the project. and i still think it's awesome. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 8f759c7d..c06a1a0f 100644 --- a/README.md +++ b/README.md @@ -683,6 +683,7 @@ A curated list of awesome Python frameworks, libraries and software. Inspired by *Libraries for validating data. Used for forms in many cases.* +* [Cerberus](http://python-cerberus.org) - A mappings-validator with a variety of rules, normalization-features and simple customization that uses a pythonic schema-definition. * [voluptuous](https://github.com/alecthomas/voluptuous) - A Python data validation library. It is primarily intended for validating data coming into Python as JSON, YAML, etc. * [colander](http://docs.pylonsproject.org/projects/colander/) - A system for validating and deserializing data obtained via XML, JSON, an HTML form post or any other equally simple data serialization. * [schema](https://github.com/halst/schema) - A library for validating Python data structures.