n-m

Python 2 interface to the NetworkManager D-Bus interface

Install

All systems
curl cmd.cat/n-m.sh
Debian Debian
apt-get install python-networkmanager
Ubuntu
apt-get install python-networkmanager
image/svg+xml Kali Linux
apt-get install python-networkmanager
Windows (WSL2)
sudo apt-get update sudo apt-get install python-networkmanager
Raspbian
apt-get install python-networkmanager

python-networkmanager

Python 2 interface to the NetworkManager D-Bus interface

python-networkmanager wraps NetworkManager's D-Bus interface so you can be less verbose when talking to NetworkManager from Python. All interfaces have been wrapped in classes, properties are exposed as Python properties and function calls are forwarded to the correct interface. See docs/index.rst for the documentation. An HTML version can be found on http://packages.python.org/python-networkmanager/ This package provides the Python 2.7 module.