File: control

package info (click to toggle)
python-traitsui 4.5.1-1
  • links: PTS, VCS
  • area: main
  • in suites: buster, stretch
  • size: 13,540 kB
  • ctags: 10,118
  • sloc: python: 41,530; makefile: 121; sh: 5
file content (24 lines) | stat: -rw-r--r-- 1,242 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-traitsui
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.6
Homepage: http://pypi.python.org/pypi/traitsui
X-Python-Version: >=2.5
Vcs-Svn: svn://anonscm.debian.org/python-modules/packages/python-traitsui/trunk/
Vcs-Browser: http://anonscm.debian.org/viewvc/python-modules/packages/python-traitsui/trunk/

Package: python-traitsui
Architecture: all
Depends: ${python:Depends}, ${misc:Depends}, python-traits, python-pyface, python-wxgtk3.0
Breaks: python-traitsgui, python-traitsbackendqt, python-traitsbackendwx
Replaces: python-traitsgui, python-traitsbackendqt, python-traitsbackendwx
Description: traits-capable user interfaces
 The traitsui project contains a toolkit-independent GUI abstraction
 layer, 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 traitsui and your selected
 toolkit and back-end take care of the details of displaying them.