We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
dbus-python had a last release in 2022, does not support typing, and uses glib bindings that were deprecated at minimum 6+ years ago.
dbus-python actually seems to actively discourage its own use - https://pypi.org/project/dbus-python/
python-sdbus seems actively maintained and typed, unlike every other option listed in the Python wiki
The text was updated successfully, but these errors were encountered:
No branches or pull requests
dbus-python had a last release in 2022, does not support typing, and uses glib bindings that were deprecated at minimum 6+ years ago.
dbus-python actually seems to actively discourage its own use - https://pypi.org/project/dbus-python/
python-sdbus seems actively maintained and typed, unlike every other option listed in the Python wiki
The text was updated successfully, but these errors were encountered: