{"library":"matcher-py","title":"matcher-py","description":"A high-performance matcher designed to solve LOGICAL and TEXT VARIATIONS problems in word matching, implemented in Rust. v0.15.5, actively maintained.","language":"python","status":"active","last_verified":"Sat May 09","install":{"commands":["pip install matcher-py"],"cli":null},"imports":["from matcher import Matcher"],"auth":{"required":false,"env_vars":[]},"quickstart":{"code":"from matcher import Matcher\n\n# Initialize matcher with a list of patterns\npatterns = [\"hello\", \"world\", \"python\"]\nmatcher = Matcher(patterns)\n\n# Match a single text\nresult = matcher.match(\"hello world\")\nprint(result)  # Output: ['hello', 'world']","lang":"python","description":"Basic usage: create a Matcher with a list of strings and call .match() to get matched patterns.","tag":null,"tag_description":null,"last_tested":null,"results":[]},"compatibility":null}