Info2: << Package: pyparsing-py%type_pkg[python] Version: 1.5.6 Revision: 1 Type: python (2.5 2.6 2.7 3.1 3.2 3.3) Source: https://pypi.python.org/packages/source/p/pyparsing/pyparsing-%v.tar.gz Source-MD5: 1e41cb219dae9fc353bd4cd47636b283 Depends: python%type_pkg[python] CompileScript: << %p/bin/python%type_raw[python] setup.py build << InfoTest: TestScript: %p/bin/python%type_raw[python] pyparsing.py || exit 2 InstallScript: << %p/bin/python%type_raw[python] setup.py install --root %d << DocFiles: README PKG-INFO docs htmldoc HowToUsePyparsing.html pyparsingClassDiagram.JPG pyparsingClassDiagram.PNG Description: Simple Parsing Module DescDetail: << pyparsing is a general parsing module for Python. Grammars are implemented directly in the client code using parsing objects, instead of externally, as with lex/yacc-type tools. Includes simple examples for parsing SQL, CORBA IDL, and 4-function math 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. << License: BSD Homepage: http://pyparsing.wikispaces.com/ DescPackaging: Formerly maintained by Pepe Barbe Maintainer: Daniel Johnson <<