File: control

package info (click to toggle)
python-traitsgui 3.6.0-3
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 7,276 kB
  • sloc: python: 12,190; makefile: 85; sh: 5
file content (24 lines) | stat: -rw-r--r-- 1,184 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
Source: python-traitsgui
Section: python
Priority: optional
Maintainer: Debian Python Modules Team <python-modules-team@lists.alioth.debian.org>
Uploaders: Varun Hiremath <varun@debian.org>
Build-Depends: cdbs (>= 0.4.90~), debhelper (>= 7), python-all (>= 2.6.6-3~)
Build-Depends-Indep: python-setupdocs
Standards-Version: 3.9.2
Homepage: http://pypi.python.org/pypi/TraitsGUI
X-Python-Version: >=2.4
Vcs-Svn: svn://svn.debian.org/python-modules/packages/python-traitsgui/trunk
Vcs-Browser: http://svn.debian.org/viewsvn/python-modules/packages/python-traitsgui/trunk/

Package: python-traitsgui
Architecture: all
Depends: ${python:Depends}, ${misc:Depends}, python-traits, python-traitsbackendwx | python-traitsbackendqt, python-wxgtk2.8
Description: Traits-capable windowing framework
 The TraitsGUI project contains a toolkit-independent GUI abstraction layer
 (known as Pyface), which is used to support the "visualization" features of
 the Traits package. Thus, you can write code in terms of the Traits API
 (views, items, editors, etc.), and let TraitsGUI and your selected toolkit
 and back-end take care of the details of displaying them.
 .
 You can use Qt or Wx backends.