Пакет: python-pyparsing2-doc (2.4.7-3)
Ссылки для python-pyparsing2-doc
Ресурсы Trisquel:
Исходный код pyparsing2:
Сопровождающий:
Original Maintainers:
- Debian Python Team
- Matthew Grant
- Thomas Goirand
Внешние ресурсы:
- Сайт [github.com]
Подобные пакеты:
alt to creating/executing simple grammars pyparsing2 - doc
This is the older version v2.x of pyparsing to support pypy.
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-pyparsing2.
Другие пакеты, относящиеся к python-pyparsing2-doc
|
|
|
-
- dep: libjs-sphinxdoc (>= 4.3)
- JavaScript support for Sphinx documentation
Загрузка python-pyparsing2-doc
Архитектура | Размер пакета | В установленном виде | Файлы |
---|---|---|---|
all | 508,5 Кб | 1895 Кб | [список файлов] |