Skip to content

Latest commit

 

History

History
20 lines (12 loc) · 656 Bytes

README.md

File metadata and controls

20 lines (12 loc) · 656 Bytes

python-sdbus-modemmanager

ModemManager binds for python-sdbus

Supports both asyncio (under sdbus_async.ModemManager module) and blocking (under sdbus_block.ModemManager module)

Implements most ModemManager dbus interfaces and objects.

Requirements

python-sdbus version higher than 0.8rc2 See python-sdbus requirements.

Installation

pip install --only-binary ':all:' sdbus-ModemManager

Documentation

This is the sub-project of python-sdbus.

See the python-sdbus documentation.