1
0
Fork 0
mirror of https://github.com/vinta/awesome-python.git synced 2024-11-13 11:16:10 -05:00

Merge pull request #167 from vndmtrx/patch-1

Add entry on Data Validation
This commit is contained in:
Vinta 2014-07-25 11:52:43 +08:00
commit f3104cc501

View file

@ -554,6 +554,7 @@ A curated list of awesome Python frameworks, libraries and software. Inspired by
* [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.
* [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/en/latest/index.html) - 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.
## Anti-spam