Package
python-pyparsingVersion
2.0.3+dfsg1-1ubuntu0.1Priority
optionalSection
pythonSource
pyparsingOrigin
UbuntuMaintainer
Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>Original Maintainer
Kevin Coyner <kcoyner@debian.org>Bugs
https://bugs.launchpad.net/ubuntu/+filebugInstalled Size
180 kBProvides
python2.7-pyparsingDepends
python (>= 2.7), python (<< 2.8)Homepage
http://pyparsing.wikispaces.com/Task
edubuntu-desktop-gnomeSupported
5yDownload Size
35.4 kBAPT Manual Installed
noAPT Sources
http://archive.ubuntu.com/ubuntu xenial-updates/main amd64 PackagesDescription
Python parsing moduleThe 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.parseString(hello)
Install Info
artful,now 2.1.10+dfsg1-1 allInstalled Automatically
FalseFiles
/.//usr/
/usr/lib/
/usr/lib/python2.7/
/usr/lib/python2.7/dist-packages/
/usr/lib/python2.7/dist-packages/pyparsing-2.0.3.egg-info/
/usr/lib/python2.7/dist-packages/pyparsing-2.0.3.egg-info/dependency_links.txt
/usr/lib/python2.7/dist-packages/pyparsing-2.0.3.egg-info/PKG-INFO
/usr/lib/python2.7/dist-packages/pyparsing-2.0.3.egg-info/top_level.txt
/usr/lib/python2.7/dist-packages/pyparsing.py
/usr/share/
/usr/share/doc/
/usr/share/doc/python-pyparsing/
/usr/share/doc/python-pyparsing/changelog.Debian.gz
/usr/share/doc/python-pyparsing/copyright