urwid 0.9.9.2-1 source package in Ubuntu

Changelog

urwid (0.9.9.2-1) unstable; urgency=low

  * New upstream release
 -- Ubuntu Archive Auto-Sync <email address hidden>   Mon,  17 Oct 2011 16:41:04 +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_0.9.9.2.orig.tar.gz 232.5 KiB 900e81676df84a2f500b526f7614f135b2be28ceaa0f726fadd04b151e689808
urwid_0.9.9.2-1.diff.gz 3.6 KiB 4304c7fb2421fa657f6e703d7db49666e6cd14d8ffb01c8012c704a59d5161a9
urwid_0.9.9.2-1.dsc 2.0 KiB a22e243762b24275095d36ff69a2ac086597de9ddc19acf32ffe977d8e925833

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