<?xml version="1.0" encoding="UTF-8" ?>
<rdf:RDF xmlns="http://usefulinc.com/ns/doap#" xmlns:foaf="http://xmlns.com/foaf/0.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"><Project><name>Pyreb</name>
<shortdesc>Pyreb is a wxPython based tool that helps building Python Regular expressions</shortdesc>
<description>Pyreb is a wxPython GUI to the re python module; it will speed up the development of Python regular expression (similar to PCRE).The GUI is simple and features 3 parts:
        1) A text box where the text to be analyzed is displayed
        2) A text box where the regular expression to be applied is displayed
        3) 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 ships with a simple XMLRPC server that can be used to control pyreb from an external application.
        
        Pyreb is somewhat similar to Activestate RX Toolkit (part of Komodo IDE), but is a completely different project.</description>
<homepage rdf:resource="http://pyreb.nongnu.org/" />
<maintainer><foaf:Person><foaf:name>Giuseppe "Cowo" Corbelli</foaf:name>
<foaf:mbox_sha1sum>d79326e04909bf8bac8a781a38485f449c39ffe3</foaf:mbox_sha1sum></foaf:Person></maintainer>
<release><Version><revision>0.1.6</revision></Version></release>
</Project></rdf:RDF>