python-urwid-readline 0.13-2 source package in Ubuntu
Changelog
python-urwid-readline (0.13-2) unstable; urgency=medium * debian/control: Improve package short description. * Upload to unstable. -- Josue Ortega <email address hidden> Sat, 06 Aug 2022 05:49:18 -0600
Upload details
- Uploaded by:
- Debian Python Team
- Uploaded to:
- Sid
- Original maintainer:
- Debian Python Team
- Architectures:
- all
- Section:
- misc
- Urgency:
- Medium Urgency
Downloads
File | Size | SHA-256 Checksum |
---|---|---|
python-urwid-readline_0.13-2.dsc | 2.1 KiB | f01a2f73ca9512e72d71d9fce66eea653274caf0416ab8135a1d4bba7bde221c |
python-urwid-readline_0.13.orig.tar.gz | 8.2 KiB | 51516c635a376c93a67bc6d28a4639614e5af23dc44a540a266ac2a2053f470c |
python-urwid-readline_0.13-2.debian.tar.xz | 2.2 KiB | 996d16117e9854542081907f67171056ddb6ecb751d7d119ab663efe2e197915 |
No changes file available.
Binary packages built by this source
- python3-urwid-readline: 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.