From 5a3d8e493b8878969c3f45f121395a2ba49be7dc Mon Sep 17 00:00:00 2001 From: Tonus Date: Fri, 20 Jan 2023 05:19:58 +0000 Subject: python/python3-xlib: Added (X Library module for Python 3) Signed-off-by: Willy Sudiarto Raharjo --- python/python3-xlib/README | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 python/python3-xlib/README (limited to 'python/python3-xlib/README') 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. -- cgit v1.2.3