Metadata-Version: 1.0
Name: Pyreb
Version: 0.1.6
Summary: Pyreb is a wxPython based tool that helps building Python Regular expressions
Home-page: http://pyreb.nongnu.org/
Author: Giuseppe "Cowo" Corbelli
Author-email: cowo@lugbs.linux.it
License: GPL
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.
Keywords: Requires,Metadata-Version
Platform: GNU/Linux
Platform: Win32
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: Win32 (MS Windows)
Classifier: Environment :: X11 Applications
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Information Technology
Classifier: License :: OSI Approved :: GNU General Public License (GPL)
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Topic :: Internet :: WWW/HTTP
Classifier: Topic :: Office/Business
Classifier: Topic :: Software Development
Classifier: Topic :: Text Processing
