{"id":370,"library":"pyparsing","title":"pyparsing","description":"pyparsing is a Python library for defining and executing parsing grammars, currently at version 3.3.2, with a release cadence of regular updates.","status":"active","version":"3.3.2","language":"python","source_language":"en","source_url":"https://github.com/pyparsing/pyparsing","tags":["parsing","grammar","Python"],"install":[{"cmd":"pip install pyparsing","lang":"bash","label":"Install pyparsing"}],"dependencies":[],"imports":[{"note":"Ensure correct import path to avoid ImportError","symbol":"Word","correct":"from pyparsing import Word"}],"quickstart":{"code":"from pyparsing import Word, alphas\n\ngreet = Word(alphas) + \",\" + Word(alphas) + \"!\"\nhello = \"Hello, World!\"\nprint(hello, \"->\", greet.parse_string(hello))","lang":"python","description":"A simple example to parse a greeting using pyparsing."},"warnings":[{"fix":"Upgrade your Python version to 3.9 or later.","message":"Python versions before 3.9 are no longer supported; pyparsing now requires Python 3.9 or later.","severity":"breaking","affected_versions":"3.2.0 and later"},{"fix":"Use 'from pyparsing import Word' instead of 'import pyparsing.Word'.","message":"Ensure correct import paths to avoid ImportError.","severity":"gotcha","affected_versions":"All versions"}],"env_vars":null,"search_vec":"'3.3.2':16 'cadenc':20 'current':13 'defin':8 'execut':10 'grammar':12,25 'librari':6 'pars':11,24 'pypars':1,2 'python':5,26 'regular':22 'releas':19 'updat':23 'version':15","created_at":"2026-03-28T10:52:33.918149+00:00","updated_at":"2026-03-28T10:52:33.918149+00:00","problems":[],"ecosystem":"pypi","meta_description":null,"install_score":100,"quickstart_score":80,"quickstart_tag":"verified","pypi_latest":"3.3.2","cli_name":"","cli_version":null,"type":"library","homepage":null,"github":"https://github.com/pyparsing/pyparsing","docs":"https://pyparsing-docs.readthedocs.io/en/latest/","changelog":null,"pypi":"https://pypi.org/project/pyparsing/","npm":null,"openapi_spec":null,"status_page":null,"smithery":null,"categories":["serialization"],"base_url":null,"auth_type":null,"provenance":{"verified_status":"passing","verified_at":"2026-06-28","last_verified":"2026-08-27","next_check":"2026-07-28","install_tag":"verified"}}