urwid 1.1.1-1 source package in Ubuntu

Changelog

urwid (1.1.1-1) unstable; urgency=low


  * Team upload
  * Upload to unstable

  [ Dmitrijs Ledkovs ]
  * Fix debian/rules to support builds with multiple python3 versions
    (Closes: #692383)

  [ Jakub Wilk ]
  * Use canonical URIs for Vcs-* fields.

  [ Scott Kitterman ]
  * New upstream release
    - Refreshed debian/patches/001_fix_event_loop_arch_build_errors.patch

 -- Scott Kitterman <email address hidden>  Wed, 22 May 2013 09:22:00 -0400

Upload details

Uploaded by:
Debian Python Modules Team
Uploaded to:
Sid
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.1.1-1.dsc 1.5 KiB d52e6965a4e4029533b93b04b21d334471b8183e6c0ee0fd77cc9cea9306a91f
urwid_1.1.1.orig.tar.gz 471.1 KiB b301b4e0c2cd1634390cda80149d8aa2a07365af81a281ecf258770e47d30e99
urwid_1.1.1-1.debian.tar.gz 5.1 KiB 86ed9c0f657778bfd8bb5144915725b7c0e489035689caf9ed82f2865b483691

No changes file available.

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

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