Supports both asyncio (under sdbus_async.notifications
module) and blocking (under sdbus_block.notifications
module)
Implemented:
- NotificationsInterface - notifications interface to implement your own notifications daemon.
- FreedesktopNotifications - notifications interface proxy connected to
org.freedesktop.Notifications
service and/org/freedesktop/Notifications
path
python-sdbus
version higher than 0.8rc2
See python-sdbus requirements.
pip install --only-binary ':all:' sdbus-notifications
This is the sub-project of python-sdbus.
See the python-sdbus documentation.