GitHub - python-sdbus/python-sdbus-notifications: Freedesktop Notifications binds for python-sdbus

Documentation Status PyPI - Version

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

Requirements

  • python-sdbus version higher than 0.8rc2

See python-sdbus requirements.

Installation

pip install --only-binary ':all:' sdbus-notifications

Documentation

This is the sub-project of python-sdbus.

See the python-sdbus documentation.