Kodos 2.1 released - The Python Regular Expression Debugger

Phil stuff@mailzilla.net
6 Dec 2003 15:36:49 -0800


Kodos 2.1 has been released and is available at:

http://kodos.sourceforge.net

Changes since 2.0:

- Added:  The Regex Library which aims to be a repository of common
reusable regular expression patterns.  Please see
http://kodos.sourceforge.net/regex-lib.html for more information.

- Added: Kodos tries to save/restore window positions and sizes.

- Added: Kodos now prompts the user to save their work before exiting
or before performing an action that would otherwise result in the loss
of the work.

- Upgraded: The look and feel of the regex reference guide.

- Code cleanup



About Kodos:

Kodos is a regular expression designer, tester, debugger and validator
that allows a developer to create and modify regular expressions
against a test string.  The intuitive grahpical interface allows the
developer the ability to modify the regular expression (regex) and to
see the effects against their test string in real-time.

Key Features:

- Matches can be easily viewed and each match can be seen distinctly

- Regex groups and named groups are clearly displayed

- Sample source code is shown so even python developers new to regular
expressions can quickly add the produced regular expressions to their
own projects.

- Ability to load and save your test cases

- Kodos relies on PyQt for the GUI elements.



http://kodos.sourceforge.net