Skip to content

CoderBotOrg/python-networkmanager

This branch is 1 commit ahead of ash-vd/python-networkmanager:main.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

8b60393 · Jun 22, 2024

History

99 Commits
Jan 16, 2021
Apr 26, 2018
Jan 16, 2021
Jan 16, 2021
Apr 11, 2018
Nov 26, 2011
Jan 16, 2021
Mar 13, 2013
Jun 22, 2024
Feb 4, 2016
Apr 11, 2018
Jan 16, 2021

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:

$ pip install python-networkmanager

Latest code:

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

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%