summaryrefslogtreecommitdiffstats
path: root/python/python3-xlib/README
diff options
context:
space:
mode:
author Hunter Sezen <ovariegata@yahoo.com>2016-07-28 18:21:23 +0700
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2016-07-30 06:04:29 +0700
commitd089700dbd3806d000342b8caf966784959d7d7d (patch)
tree14512478341e1be4bfdb6b4b09348a9b7ee7ae53 /python/python3-xlib/README
parent40ba34da855a24d06f08b9644636edfd1044d0be (diff)
downloadslackbuilds-d089700dbd3806d000342b8caf966784959d7d7d.tar.gz
slackbuilds-d089700dbd3806d000342b8caf966784959d7d7d.tar.xz
python/python3-xlib: Added (X Library module for Python3).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/python3-xlib/README')
-rw-r--r--python/python3-xlib/README5
1 files changed, 5 insertions, 0 deletions
diff --git a/python/python3-xlib/README b/python/python3-xlib/README
new file mode 100644
index 0000000000..3c837fa387
--- /dev/null
+++ b/python/python3-xlib/README
@@ -0,0 +1,5 @@
+The Python X library is intended to be a fully functional X client for Python
+programs. It is written entirely in Python, in ontrast to earlier X libraries
+for Python. This is possible to do since X client programs communicate with
+the X server via the X protocol. The communication takes over TCP/IP, Unix
+sockets, or any other streaming network protocol.