python-pyparsing2-doc binary package in openKylin Nile V2.0 rv64g

 This is the older version v2.x of pyparsing to support pypy.
 .
 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 documentation for python-pyparsing2.

Publishing history

Date Status Target Pocket Component Section Priority Phased updates Version
  2023-11-21 09:15:40 UTC Published openKylin Nile V2.0 rv64g proposed main doc Optional 2.4.7-ok1
  • Published
  • Copied from openkylin yangtze-proposed amd64 in Primary Archive for openKylin
  2023-11-21 09:15:40 UTC Published openKylin Nile V2.0 rv64g release main doc Optional 2.4.7-ok1
  • Published
  • Copied from openkylin yangtze-proposed amd64 in Primary Archive for openKylin