aboutsummaryrefslogtreecommitdiff
path: root/python/python3-xlib/README
diff options
context:
space:
mode:
authorTonus <tonus1@free.fr>2023-01-20 05:19:58 +0000
committerWilly Sudiarto Raharjo <willysr@slackbuilds.org>2023-01-21 10:22:04 +0700
commit5a3d8e493b8878969c3f45f121395a2ba49be7dc (patch)
tree081f7bcf3373b9f1752f565329f662a37c6de5ec /python/python3-xlib/README
parent312a42178fb50fe8a8ed5f5e04dd77c091a5b43d (diff)
python/python3-xlib: Added (X Library module for Python 3)
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/python3-xlib/README')
-rw-r--r--python/python3-xlib/README10
1 files changed, 10 insertions, 0 deletions
diff --git a/python/python3-xlib/README b/python/python3-xlib/README
new file mode 100644
index 0000000000..93cefe5199
--- /dev/null
+++ b/python/python3-xlib/README
@@ -0,0 +1,10 @@
+The Python X Library is intended to be a fully functional X client
+library for Python programs. It is written entirely in Python, in
+contrast to earlier X libraries for Python which were interfaces to
+the C Xlib.
+
+This is possible to do since X client programs communicate with the X
+server via the X protocol. The communication takes place over TCP/IP,
+Unix sockets, DECnet or any other streaming network protocol. The C
+Xlib is merely an interface to this protocol, providing functions
+suitable for a C environment.