python-pyparsing-doc binary package in Ubuntu Lunar s390x
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 documentation for python-pyparsing.
Publishing history
Date | Status | Target | Component | Section | Priority | Phased updates | Version | ||
---|---|---|---|---|---|---|---|---|---|
2023-01-08 12:14:01 UTC | Published | Ubuntu Lunar s390x | release | main | doc | Optional | 3.0.9-1 | ||
|
|||||||||
Deleted | Ubuntu Lunar s390x | proposed | main | doc | Optional | 3.0.9-1 | |||
|
|||||||||
2023-01-08 12:14:12 UTC | Superseded | Ubuntu Lunar s390x | release | main | doc | Optional | 3.0.7-3 | ||
|
|||||||||
2023-01-09 12:10:11 UTC | Deleted | Ubuntu Lunar s390x | proposed | main | doc | Optional | 3.0.7-3 | ||
|
|||||||||
2022-11-30 21:19:32 UTC | Superseded | Ubuntu Lunar s390x | release | main | doc | Optional | 3.0.7-2 | ||
|