Download List

Projeto Descrição

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.

System Requirements

System requirement is not defined
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

O servidor XMLRPC agora pode ser iniciado a partir da linha de comando.
Tags: Minor feature enhancements
The XMLRPC server can now be started from the
command line.

2006-05-22 17:40
0.1.5

O pkg_resources API é usada para acessar recursos do pacote quando executado no normal (não congelados) modo.
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

Um bug no qual o xmlrpcserver não estava funcionando corretamente foi corrigido. A menor valorização visual foi feito no controle de resultados.
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 agora usa o Scintilla baseado wxStyledTextCtrl para escrever expressões regulares. Suporte de edição Nesta versão só cinta destaque está disponível, mas é melhor planejada.
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

Um widget novos resultados foi adicionado. Sintaxe Experimental cinta destaque foi adicionado no widget regex.
Tags: Minor feature enhancements
A new results widget was added. Experimental brace
syntax highlighting was added in the regex widget.

Project Resources