python3-pyparsing binary package in Ubuntu Lunar armhf

 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
  2023-01-08 12:14:01 UTC Published Ubuntu Lunar armhf release main python Optional 3.0.9-1
  • Published
  • Copied from ubuntu lunar-proposed amd64 in Primary Archive for Ubuntu
  Deleted Ubuntu Lunar armhf proposed main python Optional 3.0.9-1
  • Removal requested .
  • Deleted by Ubuntu Archive Auto-Sync

    Moved to lunar

  • Published
  • Copied from ubuntu lunar-proposed amd64 in Primary Archive for Ubuntu
  2023-01-08 12:14:12 UTC Superseded Ubuntu Lunar armhf release main python Optional 3.0.7-3
  • Removed from disk .
  • Removal requested .
  • Superseded by amd64 build of pyparsing 3.0.9-1 in ubuntu lunar PROPOSED
  • Published
  • Copied from ubuntu lunar-proposed amd64 in Primary Archive for Ubuntu
  2023-01-09 12:10:11 UTC Deleted Ubuntu Lunar armhf proposed main python Optional 3.0.7-3
  • Removed from disk .
  • Removal requested .
  • Deleted by Ubuntu Archive Auto-Sync

    Moved to lunar

  • Published
  • Copied from ubuntu lunar-proposed amd64 in Primary Archive for Ubuntu
  2022-11-30 21:19:32 UTC Superseded Ubuntu Lunar armhf release main python Optional 3.0.7-2
  • Removed from disk .
  • Removal requested .
  • Superseded by amd64 build of pyparsing 3.0.7-3 in ubuntu lunar PROPOSED
  • Published
  • Copied from ubuntu jammy-proposed amd64 in Primary Archive for Ubuntu