You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# Freedesktop notifications binds for python-sdbus
2
3
3
4
Supports both asyncio (under `sdbus_async.notifications` module) and blocking (under `sdbus_block.notifications` module)
4
5
5
6
Implemented:
6
7
7
8
* NotificationsInterface - notifications interface to implement your own notifications daemon.
8
-
* FreedesktopNotifications - notifications interface proxy connected to 'org.freedesktop.Notifications' and '/org/freedesktop/Notifications'
9
+
* FreedesktopNotifications - notifications interface proxy connected to `org.freedesktop.Notifications` service and `/org/freedesktop/Notifications` path
10
+
11
+
## Requirements
12
+
13
+
*`python-sdbus` version higher than 0.8rc2
14
+
15
+
See [python-sdbus requirements](https://github.com/igo95862/python-sdbus#requirements).
This is the sub-project of [python-sdbus](https://github.com/igo95862/python-sdbus).
11
24
12
-
See the [notifications interface documentation](https://python-sdbus.readthedocs.io/en/latest/proxies/notifications.html) and [python-sdbus Documentation](https://python-sdbus.readthedocs.io/en/latest/proxies/notifications.html).
25
+
See the [python-sdbus documentation](https://python-sdbus.readthedocs.io/en/latest/).
0 commit comments