Skip to content

technosopher/python-networkmanager

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

35 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

python-networkmanager Easy communication with NetworkManager
============================================================

python-networkmanager wraps NetworkManagers 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/

Requirements
============
Python 2.5 or newer (Python 3 is supported as well) and the python D-Bus
bindings.

Quick install instructions
==========================

Stable version:

$ sudo easy_install python-networkmanager

Latest code:

$ git clone http://github.com/seveas/python-networkmanager
$ cd python-networkmanager
$ sudo python setup.py install

About

Easy communication with NetworkManager

Resources

License

Stars

Watchers

Forks

Packages

No packages published