aboutsummaryrefslogtreecommitdiff
path: root/system/python-urwid/README
diff options
context:
space:
mode:
authorDave Woodfall <dave@slackbuilds.org>2021-04-20 08:23:19 +0000
committerRobby Workman <rworkman@slackbuilds.org>2021-04-20 17:53:22 -0500
commitd920f959cccd896d194292fa8a777af5944984ae (patch)
treeb6c36f4c4e334408e1af1f449c2c2be8c3053e3d /system/python-urwid/README
parent3d04318293bf747bc1dfe3d235cb6628c616dd43 (diff)
system/python-urwid: Added (python console UI module)
Signed-off-by: Dave Woodfall <dave@slackbuilds.org>
Diffstat (limited to 'system/python-urwid/README')
-rw-r--r--system/python-urwid/README4
1 files changed, 4 insertions, 0 deletions
diff --git a/system/python-urwid/README b/system/python-urwid/README
new file mode 100644
index 0000000000000..3adc50eeca75a
--- /dev/null
+++ b/system/python-urwid/README
@@ -0,0 +1,4 @@
+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.