urwid 2.1.2-4 source package in Ubuntu

Changelog

urwid (2.1.2-4) unstable; urgency=medium

  [ Debian Janitor ]
  * Remove constraints unnecessary since buster (oldstable)

 -- Jelmer Vernooij <email address hidden>  Sun, 27 Nov 2022 17:47:30 +0000

Upload details

Uploaded by:
Debian Python Team
Uploaded to:
Sid
Original maintainer:
Debian Python Team
Architectures:
any all
Section:
python
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
urwid_2.1.2-4.dsc 2.9 KiB 5a5ef9d63a7a0e20588e7aade7dfdfad95ffe6254db7d74cca4de8b4b030c92a
urwid_2.1.2.orig.tar.gz 619.7 KiB 588bee9c1cb208d0906a9f73c613d2bd32c3ed3702012f51efe318a3f2127eae
urwid_2.1.2-4.debian.tar.xz 6.3 KiB 3d4d86193a76412b7f3eb204075192b6aa213626aca48e066127cb87facb208f

Available diffs

No changes file available.

Binary packages built by this source

python-urwid-doc: curses-based UI/widget library (common documentation)

 Urwid is a console user interface library that includes many features
 useful for text console application developers including:
 .
  * Fluid interface resizing (xterm window resizing/fbset on Linux console)
  * Web application display mode using Apache and CGI
  * Support for UTF-8, simple 8-bit and CJK encodings
  * Multiple text alignment and wrapping modes built-in
  * Ability to create user-defined text layout classes
  * Simple markup for setting text attributes
  * Powerful list box that handles scrolling between different widget types
  * List box contents may be managed with a user-defined class
  * Flexible edit box for editing many different types of text
  * Buttons, check boxes and radio boxes
  * Customizable layout for all widgets
  * Easy interface for creating HTML screen shots
 .
 This is the common documentation package.

python3-urwid: curses-based UI/widget library for Python 3

 Urwid is a console user interface library that includes many features
 useful for text console application developers including:
 .
  * Fluid interface resizing (xterm window resizing/fbset on Linux console)
  * Web application display mode using Apache and CGI
  * Support for UTF-8, simple 8-bit and CJK encodings
  * Multiple text alignment and wrapping modes built-in
  * Ability to create user-defined text layout classes
  * Simple markup for setting text attributes
  * Powerful list box that handles scrolling between different widget types
  * List box contents may be managed with a user-defined class
  * Flexible edit box for editing many different types of text
  * Buttons, check boxes and radio boxes
  * Customizable layout for all widgets
  * Easy interface for creating HTML screen shots
 .
 This is the Python 3 version of the package.

python3-urwid-dbgsym: debug symbols for python3-urwid