From 6447a9dd633dbc5dd6c6bf36d3f7d2d6d34cdfc2 Mon Sep 17 00:00:00 2001 From: Vinta Date: Wed, 2 Jul 2014 10:20:31 +0800 Subject: [PATCH] add schema --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index f8e04424..297db92e 100644 --- a/README.md +++ b/README.md @@ -128,6 +128,7 @@ A curated list of awesome Python frameworks, libraries and software. Inspired by * [sqlparse](https://sqlparse.readthedocs.org/) - A non-validating SQL parser. * [Pygments](http://pygments.org/) - A generic syntax highlighter. * [python-nameparser](https://github.com/derek73/python-nameparser) - A simple Python module for parsing human names into their individual components. + * [schema](https://github.com/halst/schema) - A library for validating Python data structures. ## Natural Language Processing