Skip to content

Commit

Permalink
update readme with documentation link
Browse files Browse the repository at this point in the history
  • Loading branch information
Tony Crisci committed May 7, 2019
1 parent f77a79d commit e882d9b
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

The next great DBus library for Python.

[Documentation](https://python-dbus-next.readthedocs.io/en/latest/).

*This project is in the early stages of development and the public api is unstable*

python-dbus-next is a Python library for DBus that aims to be a fully featured high level library primarily geared towards integration of applications into Linux desktop and mobile environments.
Expand All @@ -20,6 +22,14 @@ python-dbus-next plans to improve over other DBus libraries for Python in the fo
* Integration tests for all features of the library.
* Completely documented public API.

## Installing

This library is available on PyPi as [dbus-next](https://pypi.org/project/dbus-next/).

```
pip3 install dbus-next
```

## The Client Interface

*The client interface is unstable*
Expand Down

0 comments on commit e882d9b

Please sign in to comment.