RSS 2 projects tagged "Python Modules"

Download Website Updated 21 Mar 2011 LEPL

Screenshot
Pop 115.08
Vit 7.89

LEPL is a recursive descent parser library written in Python. It is based on parser combinator libraries popular in functional programming, but also exploits Python language features. Operators provide a friendly syntax, and the consistent use of generators supports full backtracking and resource management. Backtracking implies that a wide variety of grammars are supported; appropriate memoisation ensures that even left-recursive grammars terminate.

No download Website Updated 29 Jun 2010 RXPY

Screenshot
Pop 29.12
Vit 1.00

RXPY is a pure-Python regular expression library, compatible with the re package. RXPY can be used as a test-bed for new matching algorithms, since the parser and compatibility components are reusable.

Screenshot

Project Spotlight

Climax

A Java command line argument parsing framework.

Screenshot

Project Spotlight

Freeverb3

A reverb impulse response processor library including plugins for XMMS, BMP, audacious, and VST.