A utility library that provides a MongoDB-like query language for querying Python collections, mainly intended for parsing objects structured as fundamental types (JSON/YAML). Current version: 2.0.0. Release cadence: irregular.
pip install mongo-query-matchNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Filter a list of dicts using MongoDB-like operators ($gt, $lt, $in, etc.).
Change imports to `from mongo_query_match import query_match`.
Ensure data is a list: `result = query_match([data], query)`.
Use `query_match` instead.
Use raw strings: `{"field": {"$regex": r"\d+"}}`.No dependency data recorded yet.
No resource links recorded.