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/slack-desc | |
parent | 390e6fed240086281100038f96935f8d35be5f07 (diff) | |
download | slackbuilds-adb00ce19c04dc58ac97151b0176336b2d00a22d.tar.gz |
system/python3-urwid: Added (python3 console UI module).
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
Diffstat (limited to 'system/python3-urwid/slack-desc')
-rw-r--r-- | system/python3-urwid/slack-desc | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/system/python3-urwid/slack-desc b/system/python3-urwid/slack-desc new file mode 100644 index 0000000000..11f891b093 --- /dev/null +++ b/system/python3-urwid/slack-desc @@ -0,0 +1,19 @@ +# HOW TO EDIT THIS FILE: +# The "handy ruler" below makes it easier to edit a package description. +# Line up the first '|' above the ':' following the base package name, and +# the '|' on the right side marks the last column you can put a character in. +# You must make exactly 11 lines for the formatting to be correct. It's also +# customary to leave one space after the ':' except on otherwise blank lines. + + |-----handy-ruler------------------------------------------------------| +python3-urwid: python3-urwid (python3 console UI module) +python3-urwid: +python3-urwid: Urwid is a console user interface library for Python. It is released +python3-urwid: under the GNU Lesser General Public License and includes many +python3-urwid: (too many to list) features useful for text console application +python3-urwid: developers. +python3-urwid: +python3-urwid: Urwid was written by Ian Ward. +python3-urwid: +python3-urwid: More info at: http://urwid.org +python3-urwid: |