Skip to content

Freedesktop Notifications binds for python-sdbus

License

LGPL-2.1, GPL-2.0 licenses found

Licenses found

LGPL-2.1
COPYING.LESSER
GPL-2.0
COPYING
Notifications You must be signed in to change notification settings

python-sdbus/python-sdbus-notifications

Repository files navigation

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.