Package: python3-pyparsing (2.2.0+dfsg1-2)
Links for python3-pyparsing
Debian Resources:
Download Source Package 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]
Maintainers:
- Debian Python Modules Team (QA Page, Mail Archive)
- Kevin Coyner (QA Page)
- Matthew Grant (QA Page)
- Barry Warsaw (QA Page)
- Thomas Goirand (QA Page)
External Resources:
- Homepage [pyparsing.wikispaces.com]
Similar packages:
alternativa para criar e executar gramáticas simples - Python 3.x
O módulo de análise é uma abordagem alternativa para criar e executar gramáticas simples, em contraste com a abordagem tradicional lex/yacc ou o uso de expressões regulares. O módulo de análise fornece uma biblioteca de classes que o código do cliente usa para construir a gramática diretamente em código Python.
Aqui está um exemplo:
from pyparsing import Word, alphas greet = Word(alphas) + "," + Word(alphas) + "!" hello = "Hello, World!" print hello, "->", greet.parseString(hello)
Este pacote contém a versão Python 3.x de python-pyparsing.
Other Packages Related to python3-pyparsing
|
|
|
|
-
- dep: python3
- interactive high-level object-oriented language (default python3 version)
-
- sug: python-pyparsing-doc
- alternative to creating and executing simple grammars - doc
Download python3-pyparsing
Architecture | Package Size | Installed Size | Files |
---|---|---|---|
all | 87.5 kB | 286.0 kB | [list of files] |