Downloadliste

Projektbeschreibung

Python Regular Expression Builder (Pyreb) is a wxPython GUI to the re python module. It speeds the development of Python regular expressions (similar to PCRE). The GUI is simple and features three parts, a text box where the text to be analyzed is displayed, a text box where the regular expression to be applied is displayed, and a tree control where the results are displayed When one of the two textboxes change, the regex is compiled and applied. Errors in the regex are shown in a statusbar. Pyreb is somewhat similar to the Activestate RX Toolkit (part of Komodo IDE), but is a completely different project.

Systemanforderungen

Die Systemvoraussetzungen sind nicht definiert
Information regarding Project Releases and Project Resources. Note that the information here is a quote from Freecode.com page, and the downloads themselves may not be hosted on OSDN.

2006-12-11 13:59
0.1.6

Die XMLRPC Server kann nun von der Kommandozeile gestartet werden.
Tags: Minor feature enhancements
The XMLRPC server can now be started from the
command line.

2006-05-22 17:40
0.1.5

Die pkg_resources API-Paket wird verwendet, um Ressourcen bei der Ausführung im normalen Zugang (nicht gefroren) Modus.
Tags: Minor feature enhancements
The pkg_resources API is used to access package
resources when running in normal (not frozen)
mode.

2006-03-09 16:30
0.1.4

Ein Bug, bei dem der XMLRPCServer nicht ordnungsgemäß festgesetzt worden war. Eine geringfügige Verbesserung wurde in Visual Ergebnisse Kontrolle durchgeführt.
Tags: Major bugfixes
A bug in which the XMLRPCServer was not working
properly was fixed. A minor visual enhancement was
done in Results control.

2006-02-28 15:31
0.1.3

Pyreb nutzt nun die Scintilla-basierten wxStyledTextCtrl reguläre Ausdrücke zu schreiben. In dieser Version nur Klammer-Highlighting ist verfügbar, aber eine bessere Unterstützung für die Bearbeitung ist geplant.
Tags: Minor feature enhancements
Pyreb now uses the Scintilla-based
wxStyledTextCtrl to write regular expressions. In
this release only brace highlighting is available,
but better editing support is planned.

2006-02-13 14:06
0.1.2

Eine neue Ergebnisse Widget hinzu. Experimentelle Klammer Syntax-Markierung wurde im Regex-Widget hinzu.
Tags: Minor feature enhancements
A new results widget was added. Experimental brace
syntax highlighting was added in the regex widget.

Project Resources