Metadata-Version: 2.1
Name: sdbus-modemmanager
Version: 1.0.1
Summary: ModemManager binds for sdbus.
Home-page: https://github.com/zhanglongqi/python-sdbus-modemmanager
License: LGPL-2.1-or-later
Project-URL: Source, https://github.com/zhanglongqi/python-sdbus-modemmanager/
Project-URL: Tracker, https://github.com/zhanglongqi/python-sdbus-modemmanager/issues/
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: GNU Lesser General Public License v2 or later (LGPLv2+)
Classifier: Operating System :: POSIX :: Linux
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Requires-Python: >=3.7
Description-Content-Type: text/markdown
License-File: COPYING.LESSER
Requires-Dist: sdbus>=0.8rc2

# 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](https://github.com/igo95862/python-sdbus#requirements).

## Installation
`pip install --only-binary ':all:' sdbus-ModemManager`

## Documentation

This is the sub-project of [python-sdbus](https://github.com/igo95862/python-sdbus).

See the [python-sdbus documentation](https://python-sdbus.readthedocs.io/en/latest/).
