File: control

package info (click to toggle)
python-networkmanager 0.9.10-1
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd, stretch
  • size: 156 kB
  • ctags: 335
  • sloc: python: 878; makefile: 123
file content (29 lines) | stat: -rw-r--r-- 1,286 bytes parent folder | download
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
Source: python-networkmanager
Maintainer: Debian Python Modules Team <python-modules-team@lists.alioth.debian.org>
Uploaders: Hans-Christoph Steiner <hans@eds.org>
Section: python
Priority: extra
Build-Depends: python-all (>= 2.6.6-3),
               python3-all,
               debhelper (>= 7.4.3),
               python-sphinx (>= 1.0) | python3-sphinx (>= 1.0)
Standards-Version: 3.9.4
X-Python-Version: >= 2.6
X-Python3-Version: >= 3.0
Homepage: https://pypi.python.org/pypi/python-networkmanager/
Vcs-Git: git://anonscm.debian.org/collab-maint/python-networkmanager.git
Vcs-Browser: http://anonscm.debian.org/gitweb/?p=collab-maint/python-networkmanager.git

Package: python-networkmanager
Architecture: all
Depends: network-manager (>= 0.9.0~),
         ${misc:Depends},
         ${python:Depends}
Description: Python 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/