Binary package “python-pyparsing” in ubuntu xenial
Python parsing module
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
Source package
Published versions
- python-pyparsing 2.0.3+dfsg1-1 in amd64 (Release)
- python-pyparsing 2.0.3+dfsg1-1ubuntu0.2 in amd64 (Security)
- python-pyparsing 2.0.3+dfsg1-1ubuntu0.2 in amd64 (Updates)
- python-pyparsing 2.0.3+dfsg1-1 in arm64 (Release)
- python-pyparsing 2.0.3+dfsg1-1ubuntu0.2 in arm64 (Security)
- python-pyparsing 2.0.3+dfsg1-1ubuntu0.2 in arm64 (Updates)
- python-pyparsing 2.0.3+dfsg1-1 in armhf (Release)
- python-pyparsing 2.0.3+dfsg1-1ubuntu0.2 in armhf (Security)
- python-pyparsing 2.0.3+dfsg1-1ubuntu0.2 in armhf (Updates)
- python-pyparsing 2.0.3+dfsg1-1 in i386 (Release)
- python-pyparsing 2.0.3+dfsg1-1ubuntu0.2 in i386 (Security)
- python-pyparsing 2.0.3+dfsg1-1ubuntu0.2 in i386 (Updates)
- python-pyparsing 2.0.3+dfsg1-1 in powerpc (Release)
- python-pyparsing 2.0.3+dfsg1-1ubuntu0.2 in powerpc (Security)
- python-pyparsing 2.0.3+dfsg1-1ubuntu0.2 in powerpc (Updates)
- python-pyparsing 2.0.3+dfsg1-1 in ppc64el (Release)
- python-pyparsing 2.0.3+dfsg1-1ubuntu0.2 in ppc64el (Security)
- python-pyparsing 2.0.3+dfsg1-1ubuntu0.2 in ppc64el (Updates)
- python-pyparsing 2.0.3+dfsg1-1 in s390x (Release)
- python-pyparsing 2.0.3+dfsg1-1ubuntu0.2 in s390x (Security)
- python-pyparsing 2.0.3+dfsg1-1ubuntu0.2 in s390x (Updates)