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
|
Source: python-panwid
Maintainer: Sebastien Delafond <seb@debian.org>
Section: python
Priority: optional
Build-Depends:
debhelper-compat (= 12),
dh-python,
locales-all,
python3-all,
python3-blist,
python3-orderedattrdict,
python3-pytest,
python3-raccoon,
python3-setuptools,
python3-urwid,
python3-urwid-utils,
Standards-Version: 4.5.0
Homepage: https://github.com/tonycpsu/panwid
Vcs-Git: https://salsa.debian.org/debian/python-panwid.git
Vcs-Browser: https://salsa.debian.org/debian/python-panwid
Package: python3-panwid
Architecture: all
Depends: ${misc:Depends}, ${python3:Depends}
Description: Useful widgets for urwid
Collection of widgets for urwid.
.
Currently consists of:
- dropdown menu widget with autocomplete support
- widget for displaying tabular data
- listbox with an optional scrollbar
|