slackbuilds/libraries/python-xlib
David Somero aa1c50d8ea libraries/python-xlib: Misc automated cleanups.
Signed-off-by: David Somero <xgizzmo@slackbuilds.org>
2010-06-04 01:10:16 -04:00
..
README libraries/python-xlib: Updated for version 0.14 2010-05-13 00:33:22 +02:00
python-xlib.SlackBuild libraries/python-xlib: Misc automated cleanups. 2010-06-04 01:10:16 -04:00
python-xlib.info libraries: nitpicks on ordering of .info file 2010-05-18 00:29:17 -05:00
slack-desc libraries/python-xlib: Updated for version 0.14 2010-05-13 00:33:22 +02:00

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.