python3-pyparsing binary package in Ubuntu Trusty i386

 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)
 .
 This package contains the Python3 version of python-pyparsing.

Publishing history

Date Status Target Pocket Component Section Priority Phased updates Version
  2014-02-23 16:38:27 UTC Published Ubuntu Trusty i386 release main python Optional 2.0.1+dfsg1-1build1
  • Published
  • Copied from ubuntu trusty-proposed i386 in Primary Archive for Ubuntu
  Deleted Ubuntu Trusty i386 proposed main python Optional 2.0.1+dfsg1-1build1
  • Removal requested .
  • Deleted by Ubuntu Archive Robot

    moved to release

  • Published
  2014-02-23 16:39:21 UTC Superseded Ubuntu Trusty i386 release main python Optional 2.0.1+dfsg1-1
  • Removed from disk .
  • Removal requested .
  • Superseded by i386 build of pyparsing 2.0.1+dfsg1-1build1 in ubuntu trusty PROPOSED
  • Published
  • Copied from ubuntu saucy-proposed i386 in Primary Archive for Ubuntu
  2013-11-13 22:48:40 UTC Superseded Ubuntu Trusty i386 release universe python Optional 2.0.1+dfsg1-1
  • Removed from disk .
  • Removal requested .
  • Superseded by i386 build of pyparsing 2.0.1+dfsg1-1 in ubuntu saucy PROPOSED
  • Published
  • Copied from ubuntu saucy-proposed i386 in Primary Archive for Ubuntu