[ buster ]
[ Fonte: pyparsing ]
Pacote: python-pyparsing (2.2.0+dfsg1-2)
Links para python-pyparsing
Recursos de Debian:
- Relatórios de bug
- Informação de desenvolvedor(a)
- Debian Changelog
- Arquivo de copyright
- Rastreador de patch Debian
Baixe o pacote-fonte 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]
Mantenedores(as):
- Debian Python Modules Team (QA Página, E-mail Arquivo)
- Kevin Coyner (QA Página)
- Matthew Grant (QA Página)
- Barry Warsaw (QA Página)
- Thomas Goirand (QA Página)
Fontes externas:
- Pagina principal [pyparsing.wikispaces.com]
Pacotes similares:
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.
Outros pacotes relacionados a python-pyparsing
|
|
|
|
-
- dep: python
- linguagem interativa de alto nível orientada a objetos (versão Python2)
-
- sug: python-pyparsing-doc
- alternative to creating and executing simple grammars - doc
Download de python-pyparsing
Arquitetura | Tamanho do pacote | Tamanho instalado | Arquivos |
---|---|---|---|
all | 87.4 kB | 286.0 kB | [lista de arquivos] |