python-pyparsing binary package in Ubuntu Xenial amd64
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 | ||
---|---|---|---|---|---|---|---|---|---|
2020-10-05 17:41:51 UTC | Published | Ubuntu Xenial amd64 | updates | main | python | Optional | 2.0.3+dfsg1-1ubuntu0.2 | ||
|
|||||||||
2020-10-05 17:08:37 UTC | Published | Ubuntu Xenial amd64 | security | main | python | Optional | 2.0.3+dfsg1-1ubuntu0.2 | ||
|
|||||||||
2020-10-05 17:41:54 UTC | Superseded | Ubuntu Xenial amd64 | updates | main | python | Optional | 2.0.3+dfsg1-1ubuntu0.1 | ||
|
|||||||||
2016-05-27 18:42:39 UTC | Superseded | Ubuntu Xenial amd64 | updates | main | python | Optional | 90% of users | 2.0.3+dfsg1-1ubuntu0.1 | |
|
|||||||||
2016-05-27 12:57:38 UTC | Superseded | Ubuntu Xenial amd64 | updates | main | python | Optional | 80% of users | 2.0.3+dfsg1-1ubuntu0.1 | |
|
|||||||||
2016-05-27 06:47:44 UTC | Superseded | Ubuntu Xenial amd64 | updates | main | python | Optional | 70% of users | 2.0.3+dfsg1-1ubuntu0.1 | |
|
|||||||||
2016-05-27 00:38:17 UTC | Superseded | Ubuntu Xenial amd64 | updates | main | python | Optional | 60% of users | 2.0.3+dfsg1-1ubuntu0.1 | |
|
|||||||||
2016-05-26 18:51:18 UTC | Superseded | Ubuntu Xenial amd64 | updates | main | python | Optional | 50% of users | 2.0.3+dfsg1-1ubuntu0.1 | |
|
|||||||||
2016-05-26 13:01:10 UTC | Superseded | Ubuntu Xenial amd64 | updates | main | python | Optional | 40% of users | 2.0.3+dfsg1-1ubuntu0.1 | |
|
|||||||||
2016-05-26 07:00:51 UTC | Superseded | Ubuntu Xenial amd64 | updates | main | python | Optional | 30% of users | 2.0.3+dfsg1-1ubuntu0.1 | |
|
|||||||||
2016-05-26 00:41:31 UTC | Superseded | Ubuntu Xenial amd64 | updates | main | python | Optional | 20% of users | 2.0.3+dfsg1-1ubuntu0.1 | |
|
|||||||||
2016-05-25 18:43:40 UTC | Superseded | Ubuntu Xenial amd64 | updates | main | python | Optional | 10% of users | 2.0.3+dfsg1-1ubuntu0.1 | |
|
|||||||||
2020-10-06 18:10:08 UTC | Deleted | Ubuntu Xenial amd64 | proposed | main | python | Optional | 2.0.3+dfsg1-1ubuntu0.1 | ||
|
|||||||||
2015-10-22 15:20:22 UTC | Published | Ubuntu Xenial amd64 | release | main | python | Optional | 2.0.3+dfsg1-1 | ||
|