python-pyparsing 1.3.3-1 (amd64 binary) in ubuntu dapper

Python parsing module
 The parsing module is an alternative approach to creating and
 executing simple grammars, vs. the traditional lex/yacc approach, or
 the use of regular expressions. The parsing module provides a
 library of classes that client code uses to construct the grammar
 directly in Python code.
 .
 Here's an example:
 .
  from parsing import Word, alphas
  greet = Word(alphas) + "," + Word(alphas) + "!"
  hello = "Hello, World!"
  print hello, "->", greet.parseString(hello)
 .
 This is a dummy package that depends on the correct version of
 python-pyparsing for the default version of Python.
 It also contains documentation for the library.

Details

Package version:
1.3.3-1
Source:
pyparsing 1.3.3-1 source package in Ubuntu
Status:
Superseded
Component:
universe
Priority:
Optional

Downloadable files

  • python-pyparsing_1.3.3-1_all.deb (deleted)