          MODULE=python-urwid
         VERSION=3.0.2
          SOURCE=release-$VERSION.tar.gz
 SOURCE_URL_FULL=https://pypi.python.org/packages/source/u/urwid/urwid-$VERSION.tar.gz
      SOURCE_VFY=sha256:e7cb70ba1e7ff45779a5a57e43c57581ee7de6ceefb56c432491a4a6ce81eb78
SOURCE_DIRECTORY=$BUILD_DIRECTORY/urwid-$VERSION
        WEB_SITE=https://pypi.org/project/urwid/
         ENTERED=20210207
         UPDATED=20250829
           SHORT="Curses-based user interface library"

cat << EOF
Urwid is a console user interface library for Python. It includes many features
useful for text console application developers including:
 - Applications resize quickly and smoothly
 - Automatic, programmable text alignment and wrapping
 - Simple markup for setting text attributes within blocks of text
 - Powerful list box with programmable content for scrolling all widget types
 - Your choice of event loops: Twisted, Glib, Tornado or select-based loop
 - Pre-built widgets include edit boxes, buttons, check boxes and radio buttons
 - Display modules include raw, curses, and experimental LCD and web displays
 - Support for UTF-8, simple 8-bit and CJK encodings
 - 24-bit (true color), 256 color, and 88 color mode support
 - Compatible with Python 2.7, 3.5+ and PyPy.
EOF
