wok diff python-urwid/description.txt @ rev 25496

Up expat (2.5.0), CVE-2022-43680. Again.
author Pascal Bellard <pascal.bellard@slitaz.org>
date Fri Dec 02 10:26:08 2022 +0000 (18 months ago)
parents
children
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/python-urwid/description.txt	Fri Dec 02 10:26:08 2022 +0000
     1.3 @@ -0,0 +1,13 @@
     1.4 +Urwid is a console user interface library for Python.
     1.5 +It includes many features useful for text console application developers including:
     1.6 +
     1.7 +- Applications resize quickly and smoothly
     1.8 +- Automatic, programmable text alignment and wrapping
     1.9 +- Simple markup for setting text attributes within blocks of text
    1.10 +- Powerful list box with programmable content for scrolling all widget types
    1.11 +- Your choice of event loops: Twisted, Glib, Tornado or select-based loop
    1.12 +- Pre-built widgets include edit boxes, buttons, check boxes and radio buttons
    1.13 +- Display modules include raw, curses, and experimental LCD and web displays
    1.14 +- Support for UTF-8, simple 8-bit and CJK encodings
    1.15 +- 24-bit (true color), 256 color, and 88 color mode support
    1.16 +- Compatible with Python 2.7, 3.5+ and PyPy