Source: python-networkmanager Maintainer: Debian Python Modules Team Uploaders: Hans-Christoph Steiner Section: python Priority: optional Build-Depends: dh-python, python-all (>= 2.6.6-3), python-setuptools, python3-all, python3-setuptools, debhelper (>= 10), python3-sphinx (>= 1.0), python3-sphinx-rtd-theme, Standards-Version: 4.2.1 Homepage: https://pypi.python.org/pypi/python-networkmanager/ Vcs-Git: https://salsa.debian.org/python-team/modules/python-networkmanager.git Vcs-Browser: https://salsa.debian.org/python-team/modules/python-networkmanager Package: python-networkmanager Architecture: all Depends: network-manager (>= 0.9.0~), ${misc:Depends}, ${python:Depends} Description: Python 2 interface to the NetworkManager D-Bus interface python-networkmanager wraps NetworkManager's 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/ . This package provides the Python 2.7 module. Package: python3-networkmanager Architecture: all Depends: network-manager (>= 0.9.0~), ${misc:Depends}, ${python3:Depends} Description: Python 3 interface to the NetworkManager D-Bus interface python-networkmanager wraps NetworkManager's 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/ . This package provides the Python 3.x module.