python3-pyparsing binary package in Ubuntu Mantic arm64
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.parseStri
.
This package contains the Python 3.x version of python-pyparsing.
Publishing history
Date | Status | Target | Component | Section | Priority | Phased updates | Version | ||
---|---|---|---|---|---|---|---|---|---|
2023-07-04 00:58:48 UTC | Published | Ubuntu Mantic arm64 | release | main | python | Optional | 3.1.0-1 | ||
|
|||||||||
Deleted | Ubuntu Mantic arm64 | proposed | main | python | Optional | 3.1.0-1 | |||
|
|||||||||
2023-07-04 00:59:37 UTC | Superseded | Ubuntu Mantic arm64 | release | main | python | Optional | 3.0.9-1 | ||
|