PACKAGE NAME: python3-pyparsing-2.2.0-x86_64-2_cx.tgz PACKAGE LOCATION: ./python3-pyparsing PACKAGE SIZE (compressed): 596 K PACKAGE SIZE (uncompressed): 1190 K PACKAGE DESCRIPTION: python3-pyparsing: python3-pyparsing (parsing module for python) python3-pyparsing: python3-pyparsing: The pyparsing module is an alternative approach to creating and python3-pyparsing: executing simple grammars, vs. the traditional lex/yacc python3-pyparsing: approach, or the use of regular expressions. The pyparsing python3-pyparsing: module provides a library of classes that client code uses to python3-pyparsing: construct the grammar directly in Python code. python3-pyparsing: python3-pyparsing: Homepage: http://pyparsing.wikispaces.com/ python3-pyparsing: python3-pyparsing: This is the python3 version and will coexist with the python2 version.