Skip to content
Sections
>> Trisquel >> Pakiety >> nabia >> python >> pypy-pyparsing
etiona  ] [  nabia  ] [  aramo  ]
[ Pakiet źródłowy: pyparsing  ]

Pakiet: pypy-pyparsing (2.4.6-1)

Odnośniki dla pypy-pyparsing

pypy-pyparsing

Zasoby systemu Trisquel:

Pobieranie pakietu źródłowego pyparsing:

Opiekun:

Original Maintainers:

  • Debian Python Modules Team (Archiwum e-mail)
  • Matthew Grant
  • Barry Warsaw
  • Thomas Goirand

Zasoby zewnętrzne:

Podobne pakiety:

alternative to creating and executing simple grammars - pypy

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 PyPy version of python-pyparsing.

Inne pakiety związane z pypy-pyparsing

  • wymaga
  • poleca
  • sugeruje
  • dep: pypy
    fast alternative implementation of Python - PyPy interpreter

Pobieranie pypy-pyparsing

Pobierz dla wszystkich dostępnych architektur
Architektura Rozmiar pakietu Rozmiar po instalacji Pliki
all 59,9 KiB298 KiB [lista plików]