все параметры
buster  ]
[ Источник: pyparsing  ]

Пакет: python-pyparsing (2.2.0+dfsg1-2)

Ссылки для python-pyparsing

Screenshot

Ресурсы Debian:

Исходный код pyparsing:

Сопровождающие:

Внешние ресурсы:

Подобные пакеты:

alternative to creating and executing simple grammars - Python 2.7

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 the Python 2.7 module.

Теги: Разработка программного обеспечения: Генерация кода, Разработка на Python, devel::library, implemented-in::python, Роль: Библиотека разработчика

Другие пакеты, относящиеся к python-pyparsing

  • зависимости
  • рекомендации
  • предложения
  • enhances

Загрузка python-pyparsing

Загрузить для всех доступных архитектур
Архитектура Размер пакета В установленном виде Файлы
all 87,4 Кб286,0 Кб [список файлов]