Skip to content

Latest commit

 

History

History
53 lines (37 loc) · 1.49 KB

index.rst

File metadata and controls

53 lines (37 loc) · 1.49 KB

Welcome to Python-sdbus documentation!

Python-sdbus is the python dbus library that aim to use the modern features of python

D-Bus

D-Bus is the inter-process communication standard commonly used on Linux desktop.

This documentation expects you to be familiar with dbus concepts and conventions.

If you are unfamiliar with D-Bus you might want to read following pages:

Wikipedia page

Lennart Poettering post about dbus

Dbus specification by freedesktop

Install D-Feet D-Bus debugger and observe services and objects on your dbus

.. toctree::
    :maxdepth: 3
    :caption: Contents:

    general
    common_api
    sync_quick
    sync_api
    asyncio_quick
    asyncio_api
    exceptions
    examples
    autodoc
    code_generator
    proxies
    api_index


Indices and tables