etch  ] [  etch-m68k  ] [  lenny  ] [  squeeze  ] [  sid  ] [  experimental  ]
[ Källkod: pyparsing  ]

Paket: 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)

Märken: Software Development: Code Generation, Python Development, Bibliotek, Implemented in: Python

Andra paket besläktade med python-pyparsing

  • beror
  • rekommenderar
  • föreslår
  • dep: python-support (>= 0.90.0)
    automated rebuilding support for Python modules

Hämta python-pyparsing

Hämtningar för alla tillgängliga arkitekturer
Arkitektur Paketstorlek Installerad storlek Filer
all 606,4 kbyte3384 kbyte [filförteckning]