File: control

package info (click to toggle)
python-urwid-readline 0.13-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, sid, trixie
  • size: 132 kB
  • sloc: python: 1,062; makefile: 3
file content (30 lines) | stat: -rw-r--r-- 1,103 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
Source: python-urwid-readline
Section: python
Priority: optional
Maintainer: Debian Python Team <team+python@tracker.debian.org>
Uploaders: Josue Ortega <josue@debian.org>
Build-Depends: debhelper-compat (= 13),
               dh-python,
               python3-all,
               python3-pytest,
               python3-setuptools,
               python3-urwid
Standards-Version: 4.6.1
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.