File: proxies.rst

package info (click to toggle)
python-sdbus 0.14.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 980 kB
  • sloc: python: 7,783; ansic: 2,524; makefile: 9; sh: 4
file content (27 lines) | stat: -rw-r--r-- 755 bytes parent folder | download | duplicates (3)
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>`_.