%general-entities; ]> D-Bus Python-&dbus-python-version; dbus-python Introduction to D-Bus Python Module D-Bus Python provides Python bindings to the D-Bus API interface. &lfs112_checked; Package Information Download (HTTP): Download (FTP): Download MD5 sum: &dbus-python-md5sum; Download size: &dbus-python-size; Estimated disk space required: &dbus-python-buildsize; Estimated build time: &dbus-python-time; D-Bus Python Dependencies Required and Optional and tap.py (required for some tests) Optional (Required to build the API and HTML Documentation) and Sphinx with sphinx_rtd_theme User Notes: Installation of D-Bus Python Build the D-Bus Python module by running the following commands: mkdir build && cd build && meson --prefix=/usr --buildtype=release .. && ninja To test the results, issue: ninja test. Now install the module as the &root; user: ninja install && cp -rv ../dbus_python.egg-info \ -T &dbus-python-egg-info; Command Explanations cp -rv ... -T ...: Install the metadata of this Python module so pip3 will be able to find this module and use it as a dependency building and installing other modules. -T is used to make this command behave properly in case that this module is reinstalled. Contents Installed Programs Installed Libraries Installed Directories None None &python3-site;/dbus and &dbus-python-egg-info;