pyparsing3.11: pyparsing3.11 (parsing module for python) pyparsing3.11: pyparsing3.11: The pyparsing module is an alternative approach to creating and pyparsing3.11: executing simple grammars, vs. the traditional lex/yacc approach, or pyparsing3.11: the use of regular expressions. The pyparsing3.11 module provides a pyparsing3.11: library of classes that client code uses to construct the grammar pyparsing3.11: directly in Python code. pyparsing3.11: pyparsing3.11: Homepage: http://pypi.python.org/pypi/pyparsing3.11/ pyparsing3.11: pyparsing3.11: