pyparsing

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.
Current version: 3.0.9

History

Effective Date Table ID Version Download URL Project URL Version URL
2024-08-26 12 3.0.9 download project version
2022-03-31 11 2.4.7 download project version