Skip to content

ZachGoldberg/python-nmcli

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%