Download List

Projeto Descrição

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.

2012-10-24 07:48
1.1.0

Esta é uma versão maior. O primeiro foco para esta versão tem sido melhorar a usabilidade de widgets do recipiente através da construção de uma API comum que funciona em todos os recipientes. Essa API permite ler e atualizar o foco, o conteúdo e opções toda a maioria dos recipientes.
O segundo foco tem vindo a melhorar documentação do Urwid. Do Urwid Tutorial, Manual e referência foram convertidos de páginas HTML e wiki para texto de Esfinge reestruturado. O tutorial agora abrange muito mais aspectos da biblioteca, incluindo padrões comuns e o novo contêiner de API.
Tags: Major feature enhancements
This is a major feature release. The first focus for this release has been on improving the usability of
container widgets by building a common API that works on all containers. This API allows reading and updating the focus, contents, and options across most containers.
The second focus has been improving Urwid's documentation. Urwid's Tutorial, Manual and Reference have been converted from HTML and wiki pages
to Sphinx reStructured text. The tutorial now covers many more aspects of the library, including common patterns and the new container API.

2012-07-14 08:01
1.0.2

Esta é uma versão apenas bugfix para a atual série estável 1,0.
Tags: minor 1.0 bug-fix
This is a bugfix-only release for the current 1.0 stable series.

2011-12-02 07:03
1.0.1

Esta é uma versão para a atual série estável 1.0.
Tags: minor 1.0 bug-fix
This is a bugfix release for the current 1.0 stable series.

2011-12-02 07:03
0.9.9.3

Esta é uma versão para a antiga versão estável de Urwid. Pode ser o último a 0.9.9 series. Os usuários são fortemente encorajados a fazer o upgrade para a 1.0 série.
Tags: minor 0.9.9 bugfix
This is a bugfix release for the old stable version of Urwid. It may be the last in the 0.9.9 series. Users are strongly encouraged to upgrade to the 1.0 series.

2011-09-23 00:50
1.0.0

Este é o primeiro lançamento oficial que tenha suporte para Python 3. Há um widget novo Terminal experimental. Há um novo exemplo mostrando como para servir de interfaces Urwid para muitos usuários simultaneamente através de ssh com torcida. Há novas classes para ajudar com a criação de vistas árvore dinâmica de qualquer coisa que você tem que é de árvore. Há novos widgets para trabalhar com pop-ups, como barras de menu, drop-downs, e caixas de combinação. A exigência para polvilhar draw_screen () chama em torno de sua callbacks se foi. Há um método para a captura de novos MainLoop atualizações de outros segmentos e processos.
Tags: Major feature enhancements, Stable
This is the first official release that has support for Python 3.
There's a new experimental Terminal widget.
There's a new example showing how to serve Urwid interfaces to many users simultaneously over ssh with Twisted.
There are new classes to help with creating dynamic tree views of anything you have that's tree-like.
There are new widgets for working with pop-ups like menu bars, drop-downs, and combo-boxes.
The requirement to sprinkle draw_screen() calls around your callbacks is gone.
There's a new MainLoop method for catching updates from other threads and processes.

Project Resources