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.
|