{"library":"parse","type":"library","category":null,"description":"The `parse` library is a lightweight Python module designed to parse strings using a specification based on Python's built-in `format()` syntax. It effectively acts as the opposite of `format()`, enabling easy extraction of data from structured text. As of version 1.21.1, it is stable and widely used for simple text parsing tasks, offering a more readable alternative to regular expressions for many common patterns. It doesn't follow a strict release cadence but is actively maintained.","language":"python","status":"active","version":"1.21.1","tags":["parsing","string parsing","text processing","format string","reverse format"],"install":[{"cmd":"pip install parse","imports":["from parse import parse","from parse import search","from parse import findall","from parse import with_pattern","from parse import compile"]}],"homepage":null,"github":"https://github.com/r1chardj0n3s/parse","docs":null,"changelog":null,"pypi":"https://pypi.org/project/parse/","npm":null,"openapi_spec":null,"status_page":null,"smithery":null,"compatibility":{"summary":{"python_range":"3.10–3.9","success_rate":100,"avg_install_s":1.5,"avg_import_s":0.03,"wheel_type":"wheel"},"url":"https://checklist.day/v1/registry/parse/compatibility"},"provenance":{"verified_status":"passing","verified_at":"Sun Jun 28","last_verified":"Sun Jun 28","next_check":"Tue Jul 28","install_tag":"verified"}}