Skip to content

Commit ffc2366

Browse files
committed
refine
1 parent 4f35ba2 commit ffc2366

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

README.md

+4-5
Original file line numberDiff line numberDiff line change
@@ -700,13 +700,12 @@ Inspired by [awesome-php](https://github.com/ziadoz/awesome-php).
700700

701701
*Libraries for validating data. Used for forms in many cases.*
702702

703-
* [Cerberus](http://docs.python-cerberus.org/en/stable/) - A mappings-validator with a variety of rules, normalization-features and simple customization that uses a pythonic schema-definition.
704-
* [colander](http://docs.pylonsproject.org/projects/colander/en/latest/) - A system for validating and deserializing data obtained via XML, JSON, an HTML form post or any other equally simple data serialization.
705-
* [kmatch](https://github.com/ambitioninc/kmatch) - A language for matching/validating/filtering Python dictionaries.
706-
* [schema](https://github.com/keleshev/schema) - A library for validating Python data structures.
707703
* [Schematics](https://github.com/schematics/schematics) - Data Structure Validation.
704+
* [schema](https://github.com/keleshev/schema) - A library for validating Python data structures.
705+
* [Cerberus](https://github.com/nicolaiarocci/cerberus/) - A lightweight and extensible data validation library.
706+
* [colander](http://docs.pylonsproject.org/projects/colander/en/latest/) - Validating and deserializing data obtained via XML, JSON, an HTML form post.
707+
* [voluptuous](https://github.com/alecthomas/voluptuous) - A Python data validation library.
708708
* [valideer](https://github.com/podio/valideer) - Lightweight extensible data validation and adaptation library.
709-
* [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.
710709

711710
## Anti-spam
712711

0 commit comments

Comments
 (0)