summaryrefslogtreecommitdiffstats
path: root/python/python3-xlib/slack-desc
diff options
context:
space:
mode:
author Tonus <tonus1@free.fr>2023-01-20 05:19:58 +0000
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2023-01-21 10:22:04 +0700
commit5a3d8e493b8878969c3f45f121395a2ba49be7dc (patch)
tree081f7bcf3373b9f1752f565329f662a37c6de5ec /python/python3-xlib/slack-desc
parent312a42178fb50fe8a8ed5f5e04dd77c091a5b43d (diff)
downloadslackbuilds-5a3d8e493b8878969c3f45f121395a2ba49be7dc.tar.gz
slackbuilds-5a3d8e493b8878969c3f45f121395a2ba49be7dc.tar.xz
python/python3-xlib: Added (X Library module for Python 3)
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/python3-xlib/slack-desc')
-rw-r--r--python/python3-xlib/slack-desc19
1 files changed, 19 insertions, 0 deletions
diff --git a/python/python3-xlib/slack-desc b/python/python3-xlib/slack-desc
new file mode 100644
index 0000000000..a631a5cfd4
--- /dev/null
+++ b/python/python3-xlib/slack-desc
@@ -0,0 +1,19 @@
+# HOW TO EDIT THIS FILE:
+# The "handy ruler" below makes it easier to edit a package description.
+# Line up the first '|' above the ':' following the base package name, and
+# the '|' on the right side marks the last column you can put a character in.
+# You must make exactly 11 lines for the formatting to be correct. It's also
+# customary to leave one space after the ':' except on otherwise blank lines.
+
+ |-----handy-ruler------------------------------------------------------|
+python3-xlib: python3-xlib (X Library module for Python 3)
+python3-xlib:
+python3-xlib: The Python X Library is intended to be a fully functional X client
+python3-xlib: library for Python programs. It is written entirely in Python, in
+python3-xlib: contrast to earlier X libraries for Python which were interfaces to
+python3-xlib: the C Xlib. The communication takes place over TCP/IP, Unix sockets,
+python3-xlib: DECnet or any other streaming network protocol. The C Xlib is merely
+python3-xlib: an interface to this protocol, providing functions suitable for a C
+python3-xlib: environment.
+python3-xlib:
+python3-xlib: Homepage: https://github.com/python-xlib/python-xlib