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
|
Source: python-tktreectrl
Section: python
Priority: optional
Maintainer: Steffen Moeller <moeller@debian.org>
Build-Depends: debhelper (>=9),dh-python,python-all (>= 2.6.6-3~),python-setuptools,python3-all,python3-setuptools
Standards-Version: 3.9.8
Homepage: http://tkintertreectrl.sourceforge.net/
X-Python-Version: >= 2.6
#X-Python3-Version: >= 3.2
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 representaions 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
# The TkTreectrl module 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 4 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.
|