Skip to content

Latest commit

 

History

History
32 lines (19 loc) · 1.29 KB

README.md

File metadata and controls

32 lines (19 loc) · 1.29 KB

Documentation Status PyPI - Version

Freedesktop notifications binds for python-sdbus

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

This is the sub-project of python-sdbus.

See the python-sdbus documentation.