File tree Expand file tree Collapse file tree 1 file changed +7
-25
lines changed Expand file tree Collapse file tree 1 file changed +7
-25
lines changed Original file line number Diff line number Diff line change 1
- python-networkmanager Easy communication with NetworkManager
2
- ============================================================
1
+ python-networkmanager
2
+ =====================
3
3
4
- python-networkmanager wraps NetworkManagers D-Bus interface so you can be less
5
- verbose when talking to NetworkManager from python. All interfaces have been
6
- wrapped in classes, properties are exposed as python properties and function
7
- calls are forwarded to the correct interface.
4
+ ⚠️ This project is no longer maintained. ⚠️
8
5
9
- See docs/index.rst for the documentation. An HTML version can be found on
10
- http ://packages. python.org /python-networkmanager/
6
+ If you are looking for an alternative, please try
7
+ https ://github.com/ python-sdbus /python-sdbus- networkmanager
11
8
12
- Requirements
13
- ============
14
- Python 2.5 or newer (Python 3 is supported as well) and the python D-Bus
15
- bindings.
16
-
17
- Quick install instructions
18
- ==========================
19
-
20
- Stable version:
21
-
22
- $ pip install python-networkmanager
23
-
24
- Latest code:
25
-
26
- $ git clone http://github.com/seveas/python-networkmanager
27
- $ cd python-networkmanager
28
- $ python setup.py install
9
+ If python-sdbus-networkmanager does not fit your needs, and you wish to revive this project, please
10
+ contact me.
You can’t perform that action at this time.
0 commit comments