summaryrefslogtreecommitdiff
path: root/libraries/urwid/README
diff options
context:
space:
mode:
authorAndrew Psaltis <ampsaltis@gmail.com>2010-05-12 23:31:30 +0200
committerRobby Workman <rworkman@slackbuilds.org>2010-05-12 23:31:30 +0200
commitfb7b6afb01660dd6ac312965cbd6316d74b95378 (patch)
tree1b992746a1c302dd36f17fff88144b75be07264c /libraries/urwid/README
parente86ab45b913bf8421619dac1d98b5b1ef428285d (diff)
downloadslackbuilds-fb7b6afb01660dd6ac312965cbd6316d74b95378.tar.gz
libraries/urwid: Added to 12.2 repository
Diffstat (limited to 'libraries/urwid/README')
-rw-r--r--libraries/urwid/README17
1 files changed, 17 insertions, 0 deletions
diff --git a/libraries/urwid/README b/libraries/urwid/README
new file mode 100644
index 0000000000..147233def2
--- /dev/null
+++ b/libraries/urwid/README
@@ -0,0 +1,17 @@
+Urwid is a console user interface library for Python. It is released under the
+GNU Lesser General Public License and includes many features useful for text
+console application developers:
+* Fluid interface resizing (xterm window resizing / fbset on Linux console)
+* Web application display mode using Apache and CGI
+* Support for UTF-8, simple 8-bit and CJK encodings
+* Multiple text alignment and wrapping modes built-in
+* Ability create user-defined text layout classes
+* Simple markup for setting text attributes
+* Powerful list box that handles scrolling between different widget types
+* List box contents may be managed with a user-defined class
+* Flexible edit box for editing many different types of text
+* Buttons, check boxes and radio boxes
+* Customizable layout for all widgets
+* Easy interface for creating HTML screen shots
+
+Urwid was written by Ian Ward.