File: control

package info (click to toggle)
python-urwid-readline 0.15.1-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 136 kB
  • sloc: python: 1,062; makefile: 3
file content (31 lines) | stat: -rw-r--r-- 1,161 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
Source: python-urwid-readline
Section: python
Priority: optional
Maintainer: Debian Python Team <team+python@tracker.debian.org>
Uploaders: Josue Ortega <josue@debian.org>,
           Thais Reboucas de Araujo <thaysreb@gmail.com>
Build-Depends: debhelper-compat (= 13),
               dh-python,
               python3-all,
               python3-pytest,
               python3-setuptools,
               python3-urwid
Standards-Version: 4.7.0
Homepage: https://github.com/rr-/urwid_readline
Rules-Requires-Root: no
Vcs-Browser: https://salsa.debian.org/python-team/packages/python-urwid-readline
Vcs-Git: https://salsa.debian.org/python-team/packages/python-urwid-readline.git

Package: python3-urwid-readline
Architecture: all
Depends: python3-urwid,
         ${misc:Depends},
         ${python3:Depends}
Description: python-urwid textbox widget that supports readline shortcuts
 A textbox edit widget for urwid that supports readline shortcuts such as:
  - Jump to the Beginning of line (Ctrl + A)
  - Jump backward one character (Ctrl + B)
  - Delete one character (Ctrl + D)
  - Delete one word (Meta + D)
  - Jump to the end of line (Ctrl + E)
 and more.