File: control

package info (click to toggle)
python-tktreectrl 2.0.2-1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 628 kB
  • sloc: python: 3,062; makefile: 3
file content (55 lines) | stat: -rw-r--r-- 2,049 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
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
Source: python-tktreectrl
Maintainer: Debian Python Modules Team <python-modules-team@lists.alioth.debian.org>
Uploaders: Steffen Moeller <moeller@debian.org>
Section: python
Priority: optional
Testsuite: autopkgtest-pkg-python
Build-Depends: debhelper (>= 11~),
               dh-python,
               python-all,
               python-setuptools,
               python3-all,
               python3-setuptools,
               python3-tk
Standards-Version: 4.1.4
Vcs-Browser: https://salsa.debian.org/python-team/modules/python-tktreectrl
Vcs-Git: https://salsa.debian.org/python-team/modules/python-tktreectrl.git
Homepage: http://tkintertreectrl.sourceforge.net/

Package: python-tktreectrl
Architecture: all
Depends: ${python:Depends},
         ${misc:Depends},
         tktreectrl
Suggests: python-python-tktreectrl-doc
Description: Tkinter-based wrapper for Tk TreeCtrl
 The TkTreectrl module provides a widget for Tkinter-based GUIs that
 presents a tree as known for representations e.g. of a file system.
 Technically, it wraps the treectrl Tk extension for use with
 Python/Tkinter.
 .
 The package adds Treectrl, MultiListbox, ScrolledTreectrl,
 ScrolledMultiListbox and ScrolledWidget into the current namespace of
 a Python 2 instance.

Package: python3-tktreectrl
Architecture: all
Depends: ${python3:Depends}, ${misc:Depends}
Suggests: python-tktreectrl-doc
Description: Tkinter-based wrapper for Tk TreeCtrl for Python 3
 The TkTreectrl module provides a widget for Tkinter-based GUIs that
 presents a tree as known for representations e.g. of a file system.
 Technically, it wraps the treectrl Tk extension for use with
 Python/Tkinter.
 .
 The package adds Treectrl, MultiListbox, ScrolledTreectrl,
 ScrolledMultiListbox and ScrolledWidget into the current namespace of
 a Python 3 instance.

Package: python-tktreectrl-doc
Architecture: all
Section: doc
Depends: ${misc:Depends}
Description: documentation and examples for Python TkTreeCtrl
 This package catalyses the adoption of the Python interface to the
 TkTreectrl widgets.