[PR #2508] [CLOSED] add kmatch library in Data Validation section #1827

Closed
opened 2025-11-06 13:24:00 -06:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/vinta/awesome-python/pull/2508
Author: @virsalico
Created: 8/21/2023
Status: Closed

Base: masterHead: add-kmatch


📝 Commits (4)

  • d0e9ca4 add kmatch library in Data Validation section
  • 060cef7 Merge branch 'master' into add-kmatch
  • 8dae7a3 Update README.md
  • a119711 Merge 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.

## 📋 Pull Request Information **Original PR:** https://github.com/vinta/awesome-python/pull/2508 **Author:** [@virsalico](https://github.com/virsalico) **Created:** 8/21/2023 **Status:** ❌ Closed **Base:** `master` ← **Head:** `add-kmatch` --- ### 📝 Commits (4) - [`d0e9ca4`](https://github.com/vinta/awesome-python/commit/d0e9ca4e7d979dc8840796f79e2b75eedd21c138) add kmatch library in Data Validation section - [`060cef7`](https://github.com/vinta/awesome-python/commit/060cef7c0fd7dd363913f8d3aa692213644fad25) Merge branch 'master' into add-kmatch - [`8dae7a3`](https://github.com/vinta/awesome-python/commit/8dae7a3ba05e12232fe57d1a783b930d30de6f8d) Update README.md - [`a119711`](https://github.com/vinta/awesome-python/commit/a1197114fda69528a2db905bcc332ec3920e7497) Merge branch 'vinta:master' into add-kmatch ### 📊 Changes **1 file changed** (+2 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `README.md` (+2 -0) </details> ### 📄 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. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
GiteaMirror added the pull-request label 2025-11-06 13:24:00 -06:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/awesome-python#1827