1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27
|
Interfaces repository
==========================================
python-sdbus includes two namespace packages
``sdbus_async`` and ``sdbus_block`` which are used for
proxies.
For example, D-Bus daemon interface (which comes by default)
can be found under
``sdbus_async.dbus_daemon`` for async binds and
``sdbus_block.dbus_daemon`` for blocking binds.
Known proxies
-------------
.. toctree::
:hidden:
proxies/dbus
This list contains the known python-sdbus interface
collections:
* :doc:`proxies/dbus`. Built-in.
* `Notifications <https://github.com/python-sdbus/python-sdbus-notifications>`_.
* `NetworkManager <https://github.com/python-sdbus/python-sdbus-networkmanager>`_.
* `Secrets <https://github.com/python-sdbus/python-sdbus-secrets>`_.
|