python-pyparsing binary package in Ubuntu Precise armel

 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 pyparsing import Word, alphas
  greet = Word(alphas) + "," + Word(alphas) + "!"
  hello = "Hello, World!"
  print hello, "->", greet.parseString(hello)

Publishing history

Date Status Target Pocket Component Section Priority Phased updates Version
  2013-06-07 05:03:25 UTC Published Ubuntu Precise armel updates main python Optional 1.5.2-2ubuntu1
  • Published
  • Copied from ubuntu precise-release i386 in Primary Archive for Ubuntu
  2013-06-07 05:09:20 UTC Superseded Ubuntu Precise armel updates universe python Optional 1.5.2-2ubuntu1
  • Removal requested .
  • Superseded by i386 build of pyparsing 1.5.2-2ubuntu1 in ubuntu precise RELEASE
  • Published
  • Copied from ubuntu precise-release i386 in Primary Archive for Ubuntu
  2012-01-02 23:03:30 UTC Published Ubuntu Precise armel release universe python Optional 1.5.2-2ubuntu1
  • Published
  • Copied from ubuntu precise-release i386 in Primary Archive for Ubuntu
  2012-01-02 23:04:05 UTC Superseded Ubuntu Precise armel release universe python Optional 1.5.2-2
  • Removed from disk .
  • Removal requested .
  • Superseded by i386 build of pyparsing 1.5.2-2ubuntu1 in ubuntu precise RELEASE
  • Published
  • Copied from ubuntu maverick-release i386 in Primary Archive for Ubuntu