summaryrefslogtreecommitdiffstats
path: root/python/python-notify2/README
diff options
context:
space:
mode:
author Dimitris Zlatanidis2015-03-04 16:10:58 +0100
committer Willy Sudiarto Raharjo2015-03-07 01:05:15 +0100
commitc5dea68f0b279cd8815ae98eb552929b8bf5b322 (patch)
treeece49cd90b916210c988d7d13e42f5d43480a367 /python/python-notify2/README
parent00444199dd76a852602de5a6ff7765e40fbcaf20 (diff)
downloadslackbuilds-c5dea68f0b279cd8815ae98eb552929b8bf5b322.tar.gz
python/python-notify2: Added (Interface to DBus notifications).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/python-notify2/README')
-rw-r--r--python/python-notify2/README4
1 files changed, 4 insertions, 0 deletions
diff --git a/python/python-notify2/README b/python/python-notify2/README
new file mode 100644
index 0000000000..45685e945b
--- /dev/null
+++ b/python/python-notify2/README
@@ -0,0 +1,4 @@
+This is a pure-python replacement for notify-python, using
+python-dbus to communicate with the notifications server directly.
+It’s compatible with Python 2 and 3, and its callbacks can work
+with Gtk 3 or Qt 4 applications.