· Регистрация 
софт скрипты драйвера форумы блоги  
Пример: windows
Софт
Новости софта
Обзоры
Статьи
Авторам
Софт
Mac Linux PDA/Mobile
Linux Программирование Виджеты

Страница программы Python Regular Expression Builder 0.1.6

Python Regular Expression Builder is a wxPython GUI to the re python module.


  Описание программы   Комментарии (0)   Скриншоты (0)   Файлы (1)  
АвторGiuseppe Corbelli
СайтПерейти
Обновление11.12.2006, 09:35
НазваниеPython Regular Expression Builder
ВерсияPython Regular Expression Builder 0.1.6
ЯзыкиАнглийский
ЛицензияGPL (GNU GPL)
СтоимостьБесплатно
СистемыLinux
Размер?
Рейтинг
Голосов: 1

Скачать бесплатно Python Regular Expression Builder
Закачек: 1
найти или купить на Allsoft.ru
софт в Allsoft.ru 




Описание программы Python Regular Expression Builder
Python Regular Expression Builder 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:
· A text box where the text to be analyzed is displayed
· A text box where the regular expression to be applied is displayed
· 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. It must be started using the
Tools/Start XMLRPC Server
menu item. The XMLRPC server understands 4 methods:
· Pyreb.setText(Txt)
· Pyreb.getText()
· Pyreb.setRegex(Txt)
· Pyreb.getRegex()
The first two get/set the text in the uppermost section; the last two get/set the regex in the medium section. Once the text/regex is set the match is recalculated and shown, as it would happen in interactive usage.
A sample session:
>>> import xmlrpclib
>>> a = xmlrpclib.ServerProxy("http://localhost:17787")
>>> a.system.listMethods()
['Pyreb.getRegex', 'Pyreb.getText', 'Pyreb.setRegex', 'Pyreb.setText', 'system.listMethods', 'system.methodHelp', 'system.methodSignature']
>>> a.Pyreb.setText("abc")
'setText'
>>> a.Pyreb.getText()
'abc'
>>> a.Pyreb.setRegex('a?(bc){1,}')
'setRegex'
These commands set the text 'abc' in the "Text to analyze" edit box, the regex in the "Regex to apply" edit box and recomputes the match, shown in the lower "Results" tree.
· Ключевые особенности и характеристики Python Regular Expression Builder 0.1.6
Не определены
· Ограничения Python Regular Expression Builder 0.1.6
Ограничения не определены
· Специальные требования Python Regular Expression Builder 0.1.6
· GNU/LINUX (Mandrake distro, Kernel 2.4)
· Python (Official 2.4.1, ActivePython 2.4.2)
· wxWidgets >= 2.6.0 (2.6.1)
· wxPython >= 2.6.0 (2.6.1)
· История версий и изменений Python Regular Expression Builder
Версия: 0.1.6
· The XMLRPC server can now be started from the command line.
· Описание и дополнения от редакторов и пользователей сайта
Пока нет
Связанные статьи, обзоры и новости
Нет относящихся к программе статей и обзоров.


Другие программы от Giuseppe Corbelli

Libmtrwe 0.0.2
Libmtrwe's purpose is to connect a data producer and consumer with optional encoders transparently managing sync issues.
24.05.2006, 08:47 | ? | GPL (GNU GPL) | 1

     
Похожие программы

WxExtLib 0.84.0018
WxExtLib is a C++ library with extensions for the wxWidgets cross-platform UI library.
20.04.2007, 04:05 | ? | zlib/libpng License | 1


PyQt 3.17.2
PyQt is a Python bindings for the Qt GUI toolkit.
11.04.2007, 12:35 | ? | GPL (GNU GPL) | 7


CLAM 1.0
CLAM is a multiplatform software framework for research and application development for the Audio and Music domains.
01.04.2007, 03:35 | ? | GPL (GNU GPL) | 1


JChart2D 2.1.1
JChart2D is an minimalistic charting library.
31.03.2007, 06:35 | ? | LGPL | 1


OpenLink AJAX Toolkit 2.4
OpenLink AJAX Toolkit in short OAT, offers a broad Javascript-based, browser-independent widget set for building rich UI.
20.03.2007, 17:35 | ? | GPL (GNU GPL) | 4

Разделы