Status of dbus-python
Lawrence D'Oliveiro
ldo at geek-central.gen.nz
Tue Mar 27 21:52:07 UTC 2018
On Tue, 27 Mar 2018 14:58:07 +0200, Alan Martinovic wrote:
> is it known what is the status of d-bus python?
If you are interested, there are other Python bindings around. For
example, pydbus <https://github.com/LEW21/pydbus> is built on top of the
GLib/GTK D-Bus library. And my own DBussy
<https://github.com/ldo/dbussy> takes advantage of asyncio and the
async/await features introduced in Python 3.5.
More information about the dbus
mailing list