awesome-python
awesome-python copied to clipboard
add kmatch library in Data Validation section
What is this Python project?
A language for matching/validating/filtering Python dictionaries
What's the difference between this Python project and similar ones?
The kmatch library can be used for a wide variety of applications. One example is filtering a list of dictionaries that match a pattern. Another example is to validate dictionaries passed to a function.