etch  ] [  etch-m68k  ] [  lenny  ] [  squeeze  ] [  sid  ] [  experimental  ]
[ Bron: pyparsing  ]

Pakket: python-pyparsing (1.5.2-1)

Python parsing module

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)

Tags: Softwareontwikkeling: Code Generation, Ontwikkelen in Python, Bibliotheken, Implemented in: Python

Andere aan python-pyparsing gerelateerde pakketten

  • depends
  • recommends
  • suggests
  • dep: python-support (>= 0.90.0)
    automated rebuilding support for Python modules

python-pyparsing downloaden

Pakket downloaden voor alle beschikbare platforms
Platform Pakketgrootte Geïnstalleerde grootte Bestanden
all 606,4 kB3384 kB [overzicht]