Supports both asyncio (under sdbus_async.ModemManager module) and blocking (under sdbus_block.ModemManager module)
Implements most ModemManager dbus interfaces and objects.
python-sdbus version higher than 0.8rc2
See python-sdbus requirements.
pip install --only-binary ':all:' sdbus-ModemManager
This is the sub-project of python-sdbus.
See the python-sdbus documentation.
Use YAPF in command line:
yapf --style="{use_tabs: true, indent_width: 4, column_limit:180, continuation_align_style: 'valign-right'}" --in-place <filename.py>