Gather information from and manipulate networkmanager via nmcli.
> pip install python-nmcli
Example code that uses this library
from nmcli import nm print nm.permissions() print nm.status() print nm.enable(True)
Python Wrapper API around NMCLI (command line networkmanager client)
Gather information from and manipulate networkmanager via nmcli.
> pip install python-nmcli
Example code that uses this library
from nmcli import nm print nm.permissions() print nm.status() print nm.enable(True)
Python Wrapper API around NMCLI (command line networkmanager client)
GNU General Public License v3.0