diff options
author | Hunter Sezen <ovariegata@yahoo.com> | 2016-07-28 18:21:23 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2016-07-30 06:04:29 +0700 |
commit | d089700dbd3806d000342b8caf966784959d7d7d (patch) | |
tree | 14512478341e1be4bfdb6b4b09348a9b7ee7ae53 /python/python3-xlib/README | |
parent | 40ba34da855a24d06f08b9644636edfd1044d0be (diff) |
python/python3-xlib: Added (X Library module for Python3).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/python3-xlib/README')
-rw-r--r-- | python/python3-xlib/README | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/python/python3-xlib/README b/python/python3-xlib/README new file mode 100644 index 0000000000000..3c837fa38791b --- /dev/null +++ b/python/python3-xlib/README @@ -0,0 +1,5 @@ +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. |