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