2 Star 1 Fork 0

mirrors_freedesktop/dbus-python

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
README 1.31 KB
一键复制 编辑 原始数据 按行查看 历史
Ralf Habacker 提交于 2018-08-23 08:07 . README: fix Qt Website url
=======================================
dbus-python_: Python bindings for D-Bus
=======================================
.. _dbus-python: http://www.freedesktop.org/wiki/Software/DBusBindings#python
dbus-python is the original Python binding for ``dbus``, the reference
implementation of the D-Bus protocol.
Online documentation can be found at
<http://dbus.freedesktop.org/doc/dbus-python/>.
Problems and alternatives
=========================
dbus-python might not be the best D-Bus binding for you to use. dbus-python
does not follow the principle of "In the face of ambiguity, refuse the
temptation to guess", and can't be changed to not do so without seriously
breaking compatibility.
In addition, it uses libdbus (which has known problems with multi-threaded
use) and attempts to be main-loop-agnostic (which means you have to select
a suitable main loop for your application).
Alternative ways to get your Python code onto D-Bus include:
* GDBus, part of the GIO module of `GLib`_, via GObject-Introspection and
`PyGI`_ (uses the GLib main loop and object model)
* QtDBus, part of `Qt`_, via `PyQt`_ (uses the Qt main loop and object model)
.. _GLib: http://developer.gnome.org/glib/
.. _PyGI: https://live.gnome.org/PyGObject
.. _Qt: https://www.qt.io
.. _PyQT: http://www.riverbankcomputing.co.uk/software/pyqt/intro
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/mirrors_freedesktop/dbus-python.git
git@gitee.com:mirrors_freedesktop/dbus-python.git
mirrors_freedesktop
dbus-python
dbus-python
master

搜索帮助