From ffc2366b3df1dd7079e5a9140e4a988de2fa60be Mon Sep 17 00:00:00 2001 From: Vinta Date: Sun, 3 Apr 2016 02:22:53 +0800 Subject: [PATCH] refine --- README.md | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 77cce5ee..9f695ac2 100644 --- a/README.md +++ b/README.md @@ -700,13 +700,12 @@ Inspired by [awesome-php](https://github.com/ziadoz/awesome-php). *Libraries for validating data. Used for forms in many cases.* -* [Cerberus](http://docs.python-cerberus.org/en/stable/) - A mappings-validator with a variety of rules, normalization-features and simple customization that uses a pythonic schema-definition. -* [colander](http://docs.pylonsproject.org/projects/colander/en/latest/) - A system for validating and deserializing data obtained via XML, JSON, an HTML form post or any other equally simple data serialization. -* [kmatch](https://github.com/ambitioninc/kmatch) - A language for matching/validating/filtering Python dictionaries. -* [schema](https://github.com/keleshev/schema) - A library for validating Python data structures. * [Schematics](https://github.com/schematics/schematics) - Data Structure Validation. +* [schema](https://github.com/keleshev/schema) - A library for validating Python data structures. +* [Cerberus](https://github.com/nicolaiarocci/cerberus/) - A lightweight and extensible data validation library. +* [colander](http://docs.pylonsproject.org/projects/colander/en/latest/) - Validating and deserializing data obtained via XML, JSON, an HTML form post. +* [voluptuous](https://github.com/alecthomas/voluptuous) - A Python data validation library. * [valideer](https://github.com/podio/valideer) - Lightweight extensible data validation and adaptation library. -* [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. ## Anti-spam