Skip to content

Latest commit

 

History

History
56 lines (40 loc) · 1.53 KB

File metadata and controls

56 lines (40 loc) · 1.53 KB

Welcome to Python-sdbus documentation!

Python-sdbus is the python D-Bus 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 D-Bus concepts and conventions.

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

Wikipedia page

Lennart Poettering post about D-Bus

D-Bus specification by freedesktop.org

Install D-Spy D-Bus debugger and observe services and objects on your D-Bus

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

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


Indices and tables