I'm trying to implement a dbus service that will be then used in a Gtk-application.
There are two python modules (pydbus vs. dbus-python) claiming to do just that. I've been unable to find any pro and contra list of both implementations.
My short question is:
pydbus is better because dbus-python was deprecated.
You can read more here: https://wiki.python.org/moin/DbusExamples
To be honest it seems that pydbus is not actively maintained today, the last release is from 2016. There is a third way which is to use GDBus from GLib using PyGObject.