|
|
| Distribution |
Debian experimental |
| Abteilung |
python |
| Quelle |
pyparsing |
| Version |
1.5.1-1 |
| Maintainer |
Kevin Coyner <kcoyner@debian.org>
|
| Beschreibung |
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.parseString(hello)
|
| Abhängig von | python-support (>= 0.7.1) | | Provides | python2.4-pyparsing, python2.5-pyparsing | | Ersetzt | python2.3-pyparsing (< < 1.4.2-1.1), python2.4-pyparsing (< < 1.4.2-1.1) | | Kollidiert mit | python2.3-pyparsing (< < 1.4.2-1.1), python2.4-pyparsing (< < 1.4.2-1.1) |
| Offizielle Seiten |
Paket
Entwicklerinformationen
Bugs (Binärpaket)
Bugs (Quellpaket) |
| Download |
all |
|
|
|