Pakiet: python-pyparsing (1.5.2-1ubuntu1) [universe]
Odnośniki dla python-pyparsing
Zasoby systemu Ubuntu:
Pobieranie pakietu źródłowego pyparsing:
Opiekun:
Please consider filing a bug or asking a question via Launchpad before contacting the maintainer directly.
Original Maintainers (usually from Debian):
- Kevin Coyner
- Debian Python Modules Team (Archiwum e-mail)
- Torsten Marek
It should generally not be necessary for users to contact the original maintainer.
Zasoby zewnętrzne:
- Strona internetowa [pyparsing.wikispaces.com]
Podobne pakiety:
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.parseString(hello)
Inne pakiety związane z python-pyparsing
|
|
|
-
- dep: python-support (>= 0.90.0)
- automated rebuilding support for Python modules
Pobieranie python-pyparsing
| Architektura | Rozmiar pakietu | Rozmiar po instalacji | Pliki |
|---|---|---|---|
| all | 593,3 KiB | 3 384,0 KiB | [lista plików] |