File: control

package info (click to toggle)
kiki 0.5.6-8.1
  • links: PTS
  • area: main
  • in suites: buster, jessie, jessie-kfreebsd, stretch
  • size: 404 kB
  • ctags: 241
  • sloc: python: 491; makefile: 7
file content (26 lines) | stat: -rw-r--r-- 1,006 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
Source: kiki
Section: python
Priority: optional
Maintainer: Ignace Mouzannar <mouzannar@gmail.com>
DM-Upload-Allowed: yes
Build-Depends: debhelper (>= 7.0.50~)
Build-Depends-Indep: python (>= 2.6.6-3~), docbook-to-man
X-Python-Version: all
Standards-Version: 3.9.2
Homepage: http://project5.freezope.org/kiki

Package: kiki
Architecture: all
Depends: ${python:Depends}, ${misc:Depends}, python-wxgtk3.0
XB-Python-Version: ${python:Versions}
Description: tool for python regular expression testing
 A free environment for regular expression testing (ferret).  It allows
 you to write regexes and test them against a sample text, providing
 extensive output about the results. It is useful for several purposes:
 .
  - exploring and understanding the structure of match objects
    generated by the re module, making Kiki a valuable tool for people
    new to regexes.
  - testing regexes on sample text before deploying them in code.
 .
 Kiki can function on its own or as plugin for the Spe Python editor.