slackbuilds/python/python-xlib
Andrew Clemons 0bc702312a
python/python-xlib: Add missing dependency.
Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com>

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
2021-07-25 16:56:05 +07:00
..
README various: Kill python3-six dep mentions 2021-04-21 00:08:19 -05:00
python-xlib.SlackBuild All: Support $PRINT_PACKAGE_NAME env var 2021-07-17 21:55:09 +02:00
python-xlib.info python/python-xlib: Add missing dependency. 2021-07-25 16:56:05 +07:00
slack-desc python/python-xlib: Updated for version 0.21 + new maintainer. 2018-03-17 08:51:49 +07:00

README

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.

setuptools-scm is only required as a build dependency and can be
skipped if you would rather have it automatically grabbed from
pypi.python.org during the build process.