urwid 2.1.2-2 source package in Ubuntu

Changelog

urwid (2.1.2-2) unstable; urgency=medium

  * Team upload.

  [ Gordon Ball ]
  * Fix github tarball pattern in d/watch

  [ Debian Janitor ]
  * Use secure URI in Homepage field.
  * Update standards version to 4.5.1, no changes needed.

 -- Gordon Ball <email address hidden>  Sun, 10 Oct 2021 19:47:01 +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-2.dsc 2.0 KiB bda6a94884043e547e67effbf1fcd4d36d7cf7275154e697a1909327ec1317cb
urwid_2.1.2.orig.tar.gz 619.7 KiB 588bee9c1cb208d0906a9f73c613d2bd32c3ed3702012f51efe318a3f2127eae
urwid_2.1.2-2.debian.tar.xz 6.2 KiB 7a2345eef3b3477b2cc88ec9d3d13d88b8933cf809a2a0d588be792ae2048886

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