Merge pull request #177 from geerk/patch-1

Add kmatch to Data Validation
This commit is contained in:
Vinta 2014-08-01 04:16:17 +08:00
commit 2a9c9ae594

View File

@ -582,6 +582,7 @@ A curated list of awesome Python frameworks, libraries and software. Inspired by
* [dictshield](https://github.com/exfm/dictshield) - A fast way to validate and trim the values in a dictionary. * [dictshield](https://github.com/exfm/dictshield) - A fast way to validate and trim the values in a dictionary.
* [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. * [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.
* [Schematics](https://github.com/schematics/schematics) - Data Structure Validation. * [Schematics](https://github.com/schematics/schematics) - Data Structure Validation.
* [kmatch](https://github.com/ambitioninc/kmatch) - A language for matching/validating/filtering Python dictionaries.
## Anti-spam ## Anti-spam