urwid 1.0.0-4 source package in Ubuntu

Changelog

urwid (1.0.0-4) unstable; urgency=low

  * workaround for doctest ELLIPSIS bug

urwid (1.0.0-3) unstable; urgency=low

  [ Ian Ward ]
  * patch for vterm.py in kfreebsd

  [ Piotr Ożarowski ]
  * source package format changed to 3.0 (quilt)

urwid (1.0.0-2) unstable; urgency=low

  * fix for event_loop arch test failures

urwid (1.0.0-1) unstable; urgency=low

  * New upstream release
  * transition to dh_python2
  * tests moved to 'setup.py test'
  * new example programs
 -- Ubuntu Archive Auto-Sync <email address hidden>   Tue,  08 Nov 2011 10:41:23 +0000

Upload details

Uploaded by:
Ubuntu Archive Auto-Sync
Uploaded to:
Precise
Original maintainer:
Debian Python Modules Team
Architectures:
any
Section:
python
Urgency:
Low Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
urwid_1.0.0.orig.tar.gz 277.6 KiB 1a16f7db9b46d23e8f70e6c7746e8aa19ef14939930a948ceec1fee54f0479f5
urwid_1.0.0-4.debian.tar.gz 4.8 KiB 1577e8ea78f8c59e2b88f814b811a8bbda151f3be2bbcff0f97cba314b350cb8
urwid_1.0.0-4.dsc 2.1 KiB f0d5a8287b0d763063b91ce08467e03a064f1764febecc63271fb995186d1710

Available diffs

View changes file

Binary packages built by this source

python-urwid: curses-based UI/widget library for Python

 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