ダウンロードリスト

プロジェクト概要

Urwid はテキスト コンソール アプリケーションを作成するための Python ライブラリです。流体界面のサイズ変更を含む多くの機能は、UTF-8 と CJK のエンコーディング、標準およびカスタム テキスト レイアウト モード、テキスト属性の設定の簡単なマークアップをウィジェット タイプのミックスを処理、強力な動的なリスト ボックスをサポートします。柔軟なモジュラー、開発者はコントロールの葉します。

システム要件

システム要件が設定されていません
プロジェクトのリリース情報やプロジェクトリソースの情報です。
注: プロジェクトリソースの情報は Freecode.com ページからの引用です。ダウンロードそのものは、OSDNにホスティングされているものではありません。

2012-10-24 07:48
1.1.0

これは、主要な機能のリリースです。このリリースの最初のフォーカスは、上のすべてのコンテナーの動作は共通の API を構築することによりコンテナーのウィジェットのユーザビリティを改善することにされています。この API は、読み取りとほとんどのコンテナー間でフォーカス、内容、およびオプションを更新できます。2 番目の焦点は、Urwid のマニュアルを改善しています。Urwid のチュートリアル、マニュアルおよびリファレンス HTML や wiki ページから再編スフィンクス テキストに変換されています。チュートリアルは今ライブラリ共通パターンと新しいコンテナー API を含む、多くの面をカバーしています。
タグ: 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

これはバグ修正のみのリリース現在の 1.0 安定したシリーズです。
タグ: 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

これは現在の 1.0 安定版シリーズのバグ修正リリースです。
タグ: 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

これは古い安定版 Urwid のバグ修正リリースです。それは 0.9.9 最後かもしれないシリーズ。ユーザーは、1.0 のシリーズにアップグレードするよう強くお勧めです。
タグ: 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

これはPython 3をサポートしている最初の公式リリースです。新しい実験的なターミナルのウィジェットがあります。ツイストでssh経由で同時に多数のユーザーにUrwidインターフェースを提供する方法を示す新しい例があります。あなたが木のようだと持っているものの動的なツリービューの作成を支援する新しいクラスがあります。メニューバー、ドロップダウン、およびコンボボックスのようなポップアップを操作するための新しいウィジェットがあります。あなたのコールバックの周りdraw_screen()の呼び出しを振りかけるする必要がなくなっています。他のスレッドやプロセスからの更新をキャッチするための新たなメインループの方法があります。
タグ: 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.

プロジェクトリソース