python-pyparsing binary package in Ubuntu Bionic amd64

 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 Python 2.7 module.

Publishing history

Date Status Target Pocket Component Section Priority Phased updates Version
  2018-03-02 01:18:59 UTC Published Ubuntu Bionic amd64 release main python Optional 2.2.0+dfsg1-2
  • Published
  • Copied from ubuntu bionic-proposed amd64 in Primary Archive for Ubuntu
  Deleted Ubuntu Bionic amd64 proposed main python Optional 2.2.0+dfsg1-2
  • Removal requested .
  • Deleted by Ubuntu Archive Robot

    moved to release

  • Published
  2018-03-02 01:20:13 UTC Superseded Ubuntu Bionic amd64 release main python Optional 2.1.10+dfsg1-1
  • Removed from disk .
  • Removal requested .
  • Superseded by amd64 build of pyparsing 2.2.0+dfsg1-2 in ubuntu bionic PROPOSED
  • Published
  • Copied from ubuntu zesty-proposed amd64 in Primary Archive for Ubuntu