A high-performance matcher designed to solve LOGICAL and TEXT VARIATIONS problems in word matching, implemented in Rust. v0.15.5, actively maintained.
pip install matcher-pyNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Basic usage: create a Matcher with a list of strings and call .match() to get matched patterns.
Upgrade code: replace old initialization with `Matcher([...])`.
Use `Matcher(patterns, case_sensitive=False)`.
Escape special characters yourself or use raw strings to avoid confusion.
No dependency data recorded yet.