python-pyparsing binary package in Ubuntu Trusty i386
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 | ||
---|---|---|---|---|---|---|---|---|---|
2014-02-23 16:38:27 UTC | Published | Ubuntu Trusty i386 | release | main | python | Optional | 2.0.1+dfsg1-1build1 | ||
|
|||||||||
Deleted | Ubuntu Trusty i386 | proposed | main | python | Optional | 2.0.1+dfsg1-1build1 | |||
|
|||||||||
2014-02-23 16:39:21 UTC | Superseded | Ubuntu Trusty i386 | release | main | python | Optional | 2.0.1+dfsg1-1 | ||
|