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.
 
 
 
 
 
 
B. Watson c331885454 python/python-xlib: Allow VERSION override, i486=>i586. 9 years ago
..
README python/*: Moved a lot of Python stuff here 15 years ago
python-xlib.SlackBuild python/python-xlib: Allow VERSION override, i486=>i586. 9 years ago
python-xlib.info Add REQUIRED field to .info files. 13 years ago
slack-desc various: Fix slack-desc formatting and comment nit picks. 12 years ago

README

The Python X library is intended to be a fully functional X client for Python
programs. It is written entirely in Python, in ontrast to earlier X libraries
for Python. This is possible to do since X client programs communicate with
the X server via the X protocol. The communication takes over TCP/IP, Unix
sockets, or any other streaming network protocol.