python-pyparsing binary package in Ubuntu Precise armel
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
Publishing history
Date | Status | Target | Component | Section | Priority | Phased updates | Version | ||
---|---|---|---|---|---|---|---|---|---|
2013-06-07 05:03:25 UTC | Published | Ubuntu Precise armel | updates | main | python | Optional | 1.5.2-2ubuntu1 | ||
|
|||||||||
2013-06-07 05:09:20 UTC | Superseded | Ubuntu Precise armel | updates | universe | python | Optional | 1.5.2-2ubuntu1 | ||
|
|||||||||
2012-01-02 23:03:30 UTC | Published | Ubuntu Precise armel | release | universe | python | Optional | 1.5.2-2ubuntu1 | ||
|
|||||||||
2012-01-02 23:04:05 UTC | Superseded | Ubuntu Precise armel | release | universe | python | Optional | 1.5.2-2 | ||
|