dbus-python


Namedbus-python JSON
Version 1.3.2 PyPI version JSON
download
home_pagehttp://www.freedesktop.org/wiki/Software/DBusBindings/#python
SummaryPython bindings for libdbus
upload_time2022-09-06 20:46:32
maintainer
docs_urlNone
author
requires_python>=3.7
licenseExpat (MIT/X11)
keywords dbus d-bus
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            =======================================
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

            

Raw data

            {
    "_id": null,
    "home_page": "http://www.freedesktop.org/wiki/Software/DBusBindings/#python",
    "name": "dbus-python",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.7",
    "maintainer_email": "The D-Bus maintainers <dbus@lists.freedesktop.org>",
    "keywords": "dbus D-Bus",
    "author": "",
    "author_email": "",
    "download_url": "https://files.pythonhosted.org/packages/c1/d3/6be85a9c772d6ebba0cc3ab37390dd6620006dcced758667e0217fb13307/dbus-python-1.3.2.tar.gz",
    "platform": null,
    "description": "=======================================\ndbus-python_: Python bindings for D-Bus\n=======================================\n\n.. _dbus-python: http://www.freedesktop.org/wiki/Software/DBusBindings#python\n\ndbus-python is the original Python binding for ``dbus``, the reference\nimplementation of the D-Bus protocol.\n\nOnline documentation can be found at\n<http://dbus.freedesktop.org/doc/dbus-python/>.\n\nProblems and alternatives\n=========================\n\ndbus-python might not be the best D-Bus binding for you to use. dbus-python\ndoes not follow the principle of \"In the face of ambiguity, refuse the\ntemptation to guess\", and can't be changed to not do so without seriously\nbreaking compatibility.\n\nIn addition, it uses libdbus (which has known problems with multi-threaded\nuse) and attempts to be main-loop-agnostic (which means you have to select\na suitable main loop for your application).\n\nAlternative ways to get your Python code onto D-Bus include:\n\n* GDBus, part of the GIO module of `GLib`_, via GObject-Introspection and\n  `PyGI`_ (uses the GLib main loop and object model)\n\n* QtDBus, part of `Qt`_, via `PyQt`_ (uses the Qt main loop and object model)\n\n.. _GLib: http://developer.gnome.org/glib/\n.. _PyGI: https://live.gnome.org/PyGObject\n.. _Qt:   https://www.qt.io\n.. _PyQT: http://www.riverbankcomputing.co.uk/software/pyqt/intro\n",
    "bugtrack_url": null,
    "license": "Expat (MIT/X11)",
    "summary": "Python bindings for libdbus",
    "version": "1.3.2",
    "split_keywords": [
        "dbus",
        "d-bus"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "md5": "33be8a4a766e1c7c9a377b8f934ce21a",
                "sha256": "ad67819308618b5069537be237f8e68ca1c7fcc95ee4a121fe6845b1418248f8"
            },
            "downloads": -1,
            "filename": "dbus-python-1.3.2.tar.gz",
            "has_sig": true,
            "md5_digest": "33be8a4a766e1c7c9a377b8f934ce21a",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.7",
            "size": 605495,
            "upload_time": "2022-09-06T20:46:32",
            "upload_time_iso_8601": "2022-09-06T20:46:32.956421Z",
            "url": "https://files.pythonhosted.org/packages/c1/d3/6be85a9c772d6ebba0cc3ab37390dd6620006dcced758667e0217fb13307/dbus-python-1.3.2.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2022-09-06 20:46:32",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "lcname": "dbus-python"
}
        
Elapsed time: 0.01682s