mirror of
https://github.com/vinta/awesome-python.git
synced 2026-03-22 14:12:18 -05:00
[PR #2508] [CLOSED] add kmatch library in Data Validation section #1827
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/vinta/awesome-python/pull/2508
Author: @virsalico
Created: 8/21/2023
Status: ❌ Closed
Base:
master← Head:add-kmatch📝 Commits (4)
d0e9ca4add kmatch library in Data Validation section060cef7Merge branch 'master' into add-kmatch8dae7a3Update README.mda119711Merge branch 'vinta:master' into add-kmatch📊 Changes
1 file changed (+2 additions, -0 deletions)
View changed files
📝
README.md(+2 -0)📄 Description
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.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.