SemyonAT / python-nmcli

Python Wrapper API around NMCLI (command line networkmanager client)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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)

About

Python Wrapper API around NMCLI (command line networkmanager client)

License:GNU General Public License v3.0


Languages

Language:Python 100.0%