Download List

项目描述

Urwid is a Python library for making text console applications. It has many features including fluid interface resizing, support for UTF-8 and CJK encodings, standard and custom text layout modes, simple markup for setting text attributes, and a powerful, dynamic list box that handles a mix of widget types. It is flexible, modular, and leaves the developer in control.

系统要求

System requirement is not defined
Information regarding Project Releases and Project Resources. Note that the information here is a quote from Freecode.com page, and the downloads themselves may not be hosted on OSDN.

2009-11-17 01:41 Back to release list
0.9.9

此版本包括自上次主要版本开发了许多新功能。 Urwid现在支持256和88色终端。一个新的主循环类已被引入部件捆绑在一起,用户输入,屏幕显示,和一个事件循环。扭和GLib的事件循环,现在直接支持。一个新的AttrMap类现在允许任何属性映射到任何其他属性。代码库的大部分已被清理,目前已有更好的文档和测试。
标签: major stable features
This release includes many new features developed since the last major release. Urwid now supports 256 and 88 color terminals. A new MainLoop class has been introduced to tie together widgets, user input, screen display, and an event loop. Twisted and GLib-based event loops are now supported directly. A new AttrMap class now allows mapping any attribute to any other attribute. Most of the code base has been cleaned up and now has better documentation and testing.

Project Resources