From 52750cf9a59a80e05a94347a9505d32f00f1a057 Mon Sep 17 00:00:00 2001 From: The Wobbler Date: Sat, 12 Apr 2025 13:46:57 +0200 Subject: [PATCH] Added categorization of python dbus libs. --- Python/DBus/Python & DBus.md | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 Python/DBus/Python & DBus.md diff --git a/Python/DBus/Python & DBus.md b/Python/DBus/Python & DBus.md new file mode 100644 index 0000000..73276de --- /dev/null +++ b/Python/DBus/Python & DBus.md @@ -0,0 +1,21 @@ +--- +tags: + - Python + - DBus +author: The Wobbler +--- +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. + +###### Usable: +- [python-sdbus](https://github.com/python-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) +