python3-pyparsing binary package in Ubuntu Focal 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 3.x version of python-pyparsing.

Publishing history

Date Status Target Pocket Component Section Priority Phased updates Version
  2020-02-12 08:58:13 UTC Published Ubuntu Focal amd64 release main python Optional 2.4.6-1
  • Published
  • Copied from ubuntu focal-proposed amd64 in Primary Archive for Ubuntu
  Deleted Ubuntu Focal amd64 proposed main python Optional 2.4.6-1
  • Removal requested .
  • Deleted by Ubuntu Archive Robot

    moved to Release

  • Published
  2020-02-12 08:58:20 UTC Superseded Ubuntu Focal amd64 release main python Optional 2.4.2-1
  • Removed from disk .
  • Removal requested .
  • Superseded by amd64 build of pyparsing 2.4.6-1 in ubuntu focal PROPOSED
  • Published
  • Copied from ubuntu focal-proposed amd64 in Primary Archive for Ubuntu
  2020-02-13 12:10:10 UTC Deleted Ubuntu Focal amd64 proposed main python Optional 2.4.2-1
  • Removed from disk .
  • Removal requested .
  • Deleted by Ubuntu Archive Robot

    moved to Release

  • Published
  2019-10-27 04:03:33 UTC Superseded Ubuntu Focal amd64 release main python Optional 2.2.0+dfsg1-2
  • Removal requested .
  • Superseded by amd64 build of pyparsing 2.4.2-1 in ubuntu focal PROPOSED
  • Published
  • Copied from ubuntu bionic-proposed amd64 in Primary Archive for Ubuntu