Skip to content

Commit 5b8963c

Browse files
committed
Updated README
1 parent ccee962 commit 5b8963c

File tree

1 file changed

+15
-2
lines changed

1 file changed

+15
-2
lines changed

README.md

Lines changed: 15 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,25 @@
1+
[![Documentation Status](https://readthedocs.org/projects/python-sdbus-notifications/badge/?version=latest)](https://python-sdbus-notifications.readthedocs.io/en/latest/?badge=latest)
12
# Freedesktop notifications binds for python-sdbus
23

34
Supports both asyncio (under `sdbus_async.notifications` module) and blocking (under `sdbus_block.notifications` module)
45

56
Implemented:
67

78
* NotificationsInterface - notifications interface to implement your own notifications daemon.
8-
* FreedesktopNotifications - notifications interface proxy connected to 'org.freedesktop.Notifications' and '/org/freedesktop/Notifications'
9+
* FreedesktopNotifications - notifications interface proxy connected to `org.freedesktop.Notifications` service and `/org/freedesktop/Notifications` path
10+
11+
## Requirements
12+
13+
* `python-sdbus` version higher than 0.8rc2
14+
15+
See [python-sdbus requirements](https://github.com/igo95862/python-sdbus#requirements).
16+
17+
## Installation
18+
19+
`pip install --only-binary ':all:' sdbus-notifications`
20+
21+
# [Documentation](https://python-sdbus-notifications.readthedocs.io/en/latest/)
922

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

12-
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).
25+
See the [python-sdbus documentation](https://python-sdbus.readthedocs.io/en/latest/).

0 commit comments

Comments
 (0)