SlackBuildsOrg/python/python-xlib
Andrew Clemons b2970287d3
python/python-xlib: Removed dependency.
Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com>

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
2021-11-22 09:10:16 +07:00
..
python-xlib.info python/python-xlib: Removed dependency. 2021-11-22 09:10:16 +07:00
python-xlib.SlackBuild
README python/python-xlib: Removed dependency. 2021-11-22 09:10:16 +07:00
slack-desc

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.