loongson/pypi/: dbus-python-1.3.2 metadata and description

Homepage Simple index

Python bindings for libdbus

classifiers
  • Development Status :: 7 - Inactive
  • License :: OSI Approved :: MIT License
  • Programming Language :: C
  • Programming Language :: Python :: 3
  • Programming Language :: Python :: Implementation :: CPython
  • Topic :: Software Development :: Object Brokering
description_content_type text/x-rst
keywords dbus,D-Bus
license Expat (MIT/X11)
maintainer_email The D-Bus maintainers <dbus@lists.freedesktop.org>
project_urls
  • Homepage, http://www.freedesktop.org/wiki/Software/DBusBindings/#python
  • Download, http://dbus.freedesktop.org/releases/dbus-python/
  • Source, https://gitlab.freedesktop.org/dbus/dbus-python/
  • Tracker, https://gitlab.freedesktop.org/dbus/dbus-python/-/issues
provides_extras test
requires_dist
  • sphinx; extra == "doc"
  • sphinx_rtd_theme; extra == "doc"
  • tap.py; extra == "test"
requires_python >=3.7

Because this project isn't in the mirror_whitelist, no releases from root/pypi are included.

File Tox results History
dbus_python-1.3.2-cp37-cp37m-linux_loongarch64.whl
Size
120 KB
Type
Python Wheel
Python
3.7

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)