Update README.md

adding kmatch in data validation section
This commit is contained in:
mohamed 2024-05-31 10:49:41 +02:00 committed by GitHub
parent c52dba9b29
commit 2e28637336
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -376,6 +376,7 @@ Inspired by [awesome-php](https://github.com/ziadoz/awesome-php).
* [Schematics](https://github.com/schematics/schematics) - Data Structure Validation.
* [valideer](https://github.com/podio/valideer) - Lightweight extensible data validation and adaptation library.
* [voluptuous](https://github.com/alecthomas/voluptuous) - A Python data validation library.
* [kmatch](https://github.com/ambitioninc/kmatch) - A language for matching/validating/filtering Python dictionaries.
## Data Visualization