urwid 0.9.9.1-1build1 source package in Ubuntu

Changelog

urwid (0.9.9.1-1build1) natty; urgency=low

  * Rebuild to add support for python 2.7.
 -- Matthias Klose <email address hidden>   Fri, 03 Dec 2010 00:15:54 +0000

Upload details

Uploaded by:
Matthias Klose
Uploaded to:
Natty
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_0.9.9.1.orig.tar.gz 232.4 KiB 81c95440f84a90872d5bd8f01bc507cd0e5e1ce67a878a62cb435a662e43d5a5
urwid_0.9.9.1-1build1.diff.gz 3.7 KiB 09562ae6244450e4ed7ac7c02b346697737281e4de5c0690b2907e78456142ee
urwid_0.9.9.1-1build1.dsc 1.4 KiB aaab55eaeeac29a2abfa8a111b6ca75eafa4fc025277be105dbd00885d9cd474

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