LEW21 / pydbus

Pythonic DBus library
GNU Lesser General Public License v2.1
326 stars 76 forks source link

Support transformation between D-Bus errors and exceptions. #64

Open poncovka opened 6 years ago

poncovka commented 6 years ago

Exceptions can be registered with decorators, raised in a remote method and recreated after return from the remote call.

poncovka commented 3 years ago

It's been a while since we've switched from pydbus to dasbus (https://github.com/rhinstaller/dasbus). The library is stable and well tested, so it could make other people happy. Here is a link to the main differences: https://dasbus.readthedocs.io/en/latest/pydbus.html