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 Requirements

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
0.9.9

이 릴리스에는 많은 새로운 기능이 마지막으로 주요 릴리스 이후로 개발이 포함되어있습니다. Urwid 지금은 256, 88 컬러 단말기를 지원합니다. 새로운 MainLoop 클래스를 함께 이벤트 루프, 사용자 입력, 화면 표시, 위젯 넥타이를 도입되었습니다. 뒤틀리고 입심 기반의 이벤트 루프에서 직접 지원합니다. 새로운 클래스 AttrMap 지금은 다른 속성에 어떤 속성을 매핑하실 수있습니다. 코드베이스의 대부분은 청소되어 지금은 나아 설명서 및 테스트를하고있다.
Tags: 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.

2009-03-14 06:44
0.9.8.4

이것은 파이썬 2.6 유지 보수 릴리스 및 수정 사항과 호환성 버그의 번호를 추가합니다.
Tags: Minor bugfixes
This maintenance release adds compatibility with Python 2.6 and fixes a number of bugs.

2008-05-30 17:54
0.9.8.2

비호 환성 파이썬 2.3, 말뚝 커서 pref_col 버그, 버그 WidgetWrap 행 캐싱, 아니 콜백 버그, 시체 버그 필러 튜토리얼에 의해 트리거, 그리고 LineBox lline 매개 변수와 오타 버튼 mouse_event 고정했다.
Tags: Minor bugfixes
Incompatibilities with Python 2.3, a Pile cursor
pref_col bug, a WidgetWrap rows caching bug, a
Button mouse_event with no callback bug, a Filler
body bug triggered by the tutorial, and a LineBox
lline parameter typo were fixed.

2007-03-26 15:59
0.9.8

이 릴리스 4백50퍼센트 일부 벤치 마크에서 70 %로 Urwid의 성능을 향상시킵니다. 새 기본 클래스 위젯, 캔버스 및 목록 보조기 도입되었습니다. raw_display 모듈은 현재 비에서 사용할 수있는 외부 이벤트 루프와 방식으로 차단. 수정된 일부 버그. Python 2.2 이상이 지금은 필요하지 않습니다.
Tags: Major feature enhancements
This release improves Urwid's performance by 70%
to 450% for some benchmarks. New base classes have
been introduced for widgets, canvases, and list
walkers. The raw_display module may now be used in
a non-blocking manner with external event loops.
Some bugs have been fixed. Python 2.2 or later is
now required.

2007-01-04 23:41
0.9.7.2

이것은 유지 보수 릴리즈 크게 성능 실행을 UTF - 8 모드를 향상시킵니다. UTF - 8로 입력을 처리하는 버그도 수정되었습니다.
Tags: Minor feature enhancements
This maintenance release significantly improves performance when run in UTF-8 mode. A UTF-8 input handling bug was also fixed.

Project Resources