You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
Andrew Clemons b2970287d3
python/python-xlib: Removed dependency.
4 years ago
..
README python/python-xlib: Removed dependency. 4 years ago
python-xlib.SlackBuild All: Support $PRINT_PACKAGE_NAME env var 5 years ago
python-xlib.info python/python-xlib: Removed dependency. 4 years ago
slack-desc python/python-xlib: Updated for version 0.21 + new maintainer. 8 years ago

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.