python3-pyparsing binary package in Ubuntu Oracular ppc64el

 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
  2024-05-21 02:38:57 UTC Published Ubuntu Oracular ppc64el release main python Optional 3.1.2-1
  • Published
  • Copied from ubuntu oracular-proposed amd64 in Primary Archive for Ubuntu
  Deleted Ubuntu Oracular ppc64el proposed main python Optional 3.1.2-1
  • Removal requested .
  • Deleted by Ubuntu Archive Auto-Sync

    Moved to oracular

  • Published
  • Copied from ubuntu oracular-proposed amd64 in Primary Archive for Ubuntu
  2024-05-21 02:39:15 UTC Superseded Ubuntu Oracular ppc64el release main python Optional 3.1.1-1
  • Removal requested .
  • Superseded by amd64 build of pyparsing 3.1.2-1 in ubuntu oracular PROPOSED
  • Published
  • Copied from ubuntu noble-proposed amd64 in Primary Archive for Ubuntu