File: control

package info (click to toggle)
python-urwidtrees 1.0.3.dev0-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 144 kB
  • sloc: python: 963; makefile: 3
file content (32 lines) | stat: -rw-r--r-- 1,254 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
Source: python-urwidtrees
Section: python
Priority: optional
Maintainer: Debian Python Modules Team <python-modules-team@lists.alioth.debian.org>
Uploaders: ChangZhuo Chen (陳昌倬) <czchen@debian.org>,
Build-Depends: debhelper-compat (= 13),
               dh-python,
               python3-all,
               python3-urwid (>= 2.1.0-4),
               python3-setuptools
Standards-Version: 4.5.0
Homepage: https://github.com/pazz/urwidtrees
Vcs-Browser: https://salsa.debian.org/python-team/modules/python-urwidtrees
Vcs-Git: https://salsa.debian.org/python-team/modules/python-urwidtrees.git
Rules-Requires-Root: no
Testsuite: autopkgtest-pkg-python

Package: python3-urwidtrees
Architecture: all
Multi-Arch: foreign
Depends: ${misc:Depends},
         ${python3:Depends},
Description: Urwid Tree Container API
 This is a Widget Container API for the urwid toolkit. It uses a MVC
 approach and allows one to build trees of widgets. Its design goals are:
 .
  * clear separation classes that define, decorate and display trees of.
  * widgets representation of trees by local operations on node positions.
  * easy to use default implementation for simple trees Collapses are.
  * considered decoration.
 .
 This package is for Python 3 environment.