forked from seveas/python-networkmanager
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathREADME
More file actions
31 lines (22 loc) · 1.03 KB
/
Copy pathREADME
File metadata and controls
31 lines (22 loc) · 1.03 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
# python-networkmanager Easy communication with NetworkManager
============================================================
# A fork of the python-networkmanager package to fix this issue https://github.com/seveas/python-networkmanager/issues/93
with NetworkManager >= 1.34 and other issues with D-Bus
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:
$ pip install python-networkmanager
Latest code:
$ git clone http://github.com/seveas/python-networkmanager
$ cd python-networkmanager
$ python setup.py install