ANN: Urwid 0.9.0-pre2 curses-based UI library

Ian Ward ian at excess.org
Fri Feb 10 22:32:16 CET 2006


Announcing Urwid 0.9.0-pre2
---------------------------

Urwid home page:
   http://excess.org/urwid/

Tarball:
   http://excess.org/urwid/urwid-0.9.0-pre2.tar.gz


About this release:
===================

This is a development release intended only for those interested in
working with the new Layout classes and those who want to help improve
UTF-8 support.

This release fixes a few problems introduced in -pre1.


New in this release:
====================

   - Replaced the custom align and wrap modes in example program calc.py
     with a new layout class.

   - Fixed Overlay class call to canvas.overlay broken by -pre1 changes.

   - Fixed Padding bug related to canvas -pre1 changes.


About Urwid
===========

Urwid is a curses-based UI library for Python. It features fluid
interface resizing, CJK support, multiple text layouts, simple
attribute markup, powerful scrolling list boxes, flexible edit boxes
and HTML screen shots.

Urwid is released under the GNU LGPL.




More information about the Python-announce-list mailing list