diff options
author | Dimitris Zlatanidis <d.zlatanidis@gmail.com> | 2015-03-04 22:10:58 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2015-03-07 07:05:15 +0700 |
commit | c5dea68f0b279cd8815ae98eb552929b8bf5b322 (patch) | |
tree | ece49cd90b916210c988d7d13e42f5d43480a367 /python/python-notify2/README | |
parent | 00444199dd76a852602de5a6ff7765e40fbcaf20 (diff) |
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/README | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/python/python-notify2/README b/python/python-notify2/README new file mode 100644 index 0000000000000..45685e945bb8d --- /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. |