python-pyparsing
Subpackage Descriptions
single |
PyParsing -- A Python Parsing Module
====================================
|Version| |Build Status| |Coverage| |License| |Python Versions| |Snyk
Score|
Introduction
============
The pyparsing module is an alternative approach to creating and
executing simple grammars, vs. the traditional lex/yacc approach, or the
use of regular expressions. The pyparsing module provides a library of
classes that client code uses to construct the grammar directly in
Python code.
*[Since first writing this description of pyparsing in late 2003, this
technique for developing parsers has become more widespread, under the
name Parsing Expression Grammars - PEGs. See more information on PEGs*
[here]
*.]*
Here is a program to parse ``"Hello, World!"`` (or any greeting of the form
``"salutation, addressee!"``):
:alt: Version
:alt: License
:alt: Python versions
:alt: pyparsing
|
Configuration Switches (platform-specific settings discarded)
PY312 ON Build using Python 3.12
PY313 OFF Build using Python 3.13
Package Dependencies by Type
Download groups
main |
mirror://PYPIWHL/10/5e/1aa9a93198c6b64513c9d7752de7422c06402de6600a8767da1524f9570b |
Distribution File Information
e38a4f02064cf41fe6593d328d0512495ad1f3d8a91c4f73fc401b3079a59a5e 113890 python-src/pyparsing-3.2.5-py3-none-any.whl
Ports that require python-pyparsing:v12