File: control

package info (click to toggle)
pyqonsole 0.2.0-2
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k
  • size: 448 kB
  • ctags: 647
  • sloc: python: 4,383; ansic: 111; makefile: 52; sh: 2
file content (21 lines) | stat: -rw-r--r-- 834 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
Source: pyqonsole
Section: python
Priority: optional
Maintainer: Alexandre Fayolle <afayolle@debian.org>
Build-Depends: debhelper (>= 5.0.37.1), python-dev (>=2.3.5-7), python (>=2.3.5-7), python-central
XS-Python-Version: current
Standards-Version: 3.7.2

Package: pyqonsole
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}, ${python:Depends}, python-qt3
Recommends: ipython
XB-Python-Version: ${python:Versions}
Description: X Window terminal emulation written in Python
 The code is based on konsole, and it uses the qt toolkit. It is
 mainly meant for use by Python application developpers who would like
 to embed a terminal in their application, but it can be used as a not
 blazingly fast XTerm replacement, consuming a lot more memory than
 rxvt or xterm.
 .
 homepage: http://www.logilab.org/projects/pyqonsole/