2025-04-12 13:46:57 +02:00
|
|
|
---
|
|
|
|
tags:
|
|
|
|
- Python
|
|
|
|
- DBus
|
|
|
|
---
|
|
|
|
If you want to use DBus with Python, you may have seen that there are many Python-libraries for DBus. This page should help you pick the right one.
|
|
|
|
Here i categorized some Python DBus-libraries according to my experience.
|
|
|
|
|
2025-04-13 14:20:10 +02:00
|
|
|
- **Usable:**
|
|
|
|
- [[SDBus|python-sdbus]]
|
|
|
|
- **Outdated Shit:**
|
|
|
|
- [pydbus](https://github.com/LEW21/pydbus)
|
|
|
|
- **Undocumented Shit:**
|
|
|
|
- [dbus-python](https://dbus.freedesktop.org/doc/dbus-python/)
|
|
|
|
- **Useless Shit:**
|
|
|
|
- [PyQt6.QtDBus & PySide6.QtDBus](https://doc.qt.io/qtforpython-6/PySide6/QtDBus/index.html)
|
2025-04-12 13:46:57 +02:00
|
|
|
|
2025-04-13 14:20:10 +02:00
|
|
|
I think that [[SDBus|python-sdbus]] is by far the easiest to use and in comparison to the other libraries, it has a very good documentation.
|