PACKAGE NAME: pyparsing-3.3.2-x86_64-2.txz PACKAGE LOCATION: ./slackware64/l COMPRESSED PACKAGE SIZE: 243 K UNCOMPRESSED PACKAGE SIZE: 972 K PACKAGE REQUIRED: PACKAGE CONFLICTS: PACKAGE SUGGESTS: PACKAGE LIBS: PACKAGE DESCRIPTION: pyparsing: pyparsing (parsing module for python) pyparsing: pyparsing: The pyparsing module is an alternative approach to creating and pyparsing: executing simple grammars, vs. the traditional lex/yacc approach, or pyparsing: the use of regular expressions. The pyparsing module provides a pyparsing: library of classes that client code uses to construct the grammar pyparsing: directly in Python code. pyparsing: pyparsing: Homepage: http://pypi.python.org/pypi/pyparsing/ pyparsing: pyparsing: