mirror of
https://github.com/vinta/awesome-python.git
synced 2024-11-27 22:11:07 +00:00
Remove dictshield, original unmaintained version of Schematics
This commit is contained in:
parent
2460cd4e4f
commit
491f563a75
|
@ -583,7 +583,6 @@ A curated list of awesome Python frameworks, libraries and software. Inspired by
|
||||||
*Libraries for validating data. Used for forms in many cases.*
|
*Libraries for validating data. Used for forms in many cases.*
|
||||||
|
|
||||||
* [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.
|
* [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/) - 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.
|
* [kmatch](https://github.com/ambitioninc/kmatch) - A language for matching/validating/filtering Python dictionaries.
|
||||||
|
|
Loading…
Reference in New Issue
Block a user