wok view 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 (17 months ago)
parents
children
line source
1 Urwid is a console user interface library for Python.
2 It includes many features useful for text console application developers including:
4 - Applications resize quickly and smoothly
5 - Automatic, programmable text alignment and wrapping
6 - Simple markup for setting text attributes within blocks of text
7 - Powerful list box with programmable content for scrolling all widget types
8 - Your choice of event loops: Twisted, Glib, Tornado or select-based loop
9 - Pre-built widgets include edit boxes, buttons, check boxes and radio buttons
10 - Display modules include raw, curses, and experimental LCD and web displays
11 - Support for UTF-8, simple 8-bit and CJK encodings
12 - 24-bit (true color), 256 color, and 88 color mode support
13 - Compatible with Python 2.7, 3.5+ and PyPy