Metadata-Version: 2.1
Name: sdbus-notifications
Version: 1.0.0
Summary: Freedesktop notifications binds for sdbus.
Home-page: https://github.com/igo95862/python-sdbus
Author: igo95862
Author-email: igo95862@yandex.ru
License: LGPL-2.1-or-later
Project-URL: Documentation, https://python-sdbus.readthedocs.io/en/latest/
Project-URL: Source, https://github.com/igo95862/python-sdbus/
Project-URL: Tracker, https://github.com/igo95862/python-sdbus/issues/
Keywords: dbus notifications linux freedesktop
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: GNU Lesser General Public License v2 or later (LGPLv2+)
Classifier: Operating System :: POSIX :: Linux
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Requires-Python: >=3.7
Description-Content-Type: text/markdown
Requires-Dist: sdbus

# 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' and '/org/freedesktop/Notifications'

This is the sub-project of [python-sdbus](https://github.com/igo95862/python-sdbus).

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).


