diff options
author | David Woodfall <dave@dawoodfall.net> | 2017-12-28 23:22:47 +0000 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2018-01-06 06:54:56 +0700 |
commit | adb00ce19c04dc58ac97151b0176336b2d00a22d (patch) | |
tree | ebeea532e62f482389caffa0c917822114af1ab4 /system/python3-urwid/README | |
parent | 390e6fed240086281100038f96935f8d35be5f07 (diff) |
system/python3-urwid: Added (python3 console UI module).
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
Diffstat (limited to 'system/python3-urwid/README')
-rw-r--r-- | system/python3-urwid/README | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/system/python3-urwid/README b/system/python3-urwid/README new file mode 100644 index 0000000000000..8a347c7acba68 --- /dev/null +++ b/system/python3-urwid/README @@ -0,0 +1,8 @@ +python3-urwid -- urwid for python3 + +Urwid is a console user interface library for Python. It is released +under the GNU Lesser General Public License and includes many +(too many to list) features useful for text console application +developers. Urwid was written by Ian Ward. + +python3-urwid does not clash with the Slackware 14.2 urwid package. |