[ Источник: pyparsing ]
Пакет: python-pyparsing-doc (2.2.0+dfsg1-2)
Ссылки для python-pyparsing-doc
Ресурсы Debian:
- Сообщения об ошибках
- Developer Information
- Debian журнал изменений
- Файл авторских прав
- Отслеживание заплат Debian
Исходный код pyparsing:
- [pyparsing_2.2.0+dfsg1-2.dsc]
- [pyparsing_2.2.0+dfsg1.orig.tar.gz]
- [pyparsing_2.2.0+dfsg1-2.debian.tar.xz]
Сопровождающие:
- Debian Python Modules Team (Страница КК, Почтовый архив)
- Kevin Coyner (Страница КК)
- Matthew Grant (Страница КК)
- Barry Warsaw (Страница КК)
- Thomas Goirand (Страница КК)
Внешние ресурсы:
- Сайт [pyparsing.wikispaces.com]
Подобные пакеты:
alternative to creating and executing simple grammars - doc
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)
This package contains documentation for python-pyparsing.
Загрузка python-pyparsing-doc
Архитектура | Размер пакета | В установленном виде | Файлы |
---|---|---|---|
all | 448,4 Кб | 1 064,0 Кб | [список файлов] |