all options
buster  ]
[ Source: pyparsing  ]

Package: python-pyparsing (2.2.0+dfsg1-2)

Links for python-pyparsing

Screenshot

Debian Resources:

Download Source Package pyparsing:

Maintainers:

External Resources:

Similar packages:

alternativa per creare ed eseguire semplici grammatiche - Python 2.7

Il modulo per analisi รจ un approccio alternativo alla creazione e all'esecuzione di semplici grammatiche, rispetto all'approccio lex/yacc tradizionale o all'uso delle espressioni regolari. Il modulo per analisi fornisce una libreria di classi che il codice client usa per costruire la grammatica direttamente in codice Python.

Ecco un esempio:

 from pyparsing import Word, alphas
 greet = Word(alphas) + "," + Word(alphas) + "!"
 hello = "Hello, World!"
 print hello, "->", greet.parseString(hello)

Questo pacchetto contiene il modulo per Python 2.7.

Tags: Software Development: Code Generation, Python Development, devel::library, implemented-in::python, Role: Development Library

Other Packages Related to python-pyparsing

  • depends
  • recommends
  • suggests
  • enhances

Download python-pyparsing

Download for all available architectures
Architecture Package Size Installed Size Files
all 87.4 kB286.0 kB [list of files]