From f5d34aee9949a20dcc0e246878ed45f6be637541 Mon Sep 17 00:00:00 2001 From: Timofey Trukhanov Date: Thu, 31 Jul 2014 10:16:18 +0300 Subject: [PATCH] Add kmatch to Data Validation https://github.com/ambitioninc/kmatch - A language for matching/validating/filtering Python dictionaries. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index e751080e..4392ccde 100644 --- a/README.md +++ b/README.md @@ -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. * [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. +* [kmatch](https://github.com/ambitioninc/kmatch) - A language for matching/validating/filtering Python dictionaries. ## Anti-spam