Python wrapper exposing nmcli as an API Gather information from and manipulate networkmanager via nmcli. How to Install > pip install python-nmcli Example Example code that uses this library from nmcli import nm print nm.permissions() print nm.status() print nm.enable(True)