File: control

package info (click to toggle)
pywbem 0.8.0~dev650-1
  • links: PTS, VCS
  • area: main
  • in suites: buster, jessie, jessie-kfreebsd, stretch
  • size: 872 kB
  • ctags: 1,115
  • sloc: python: 10,652; xml: 101; makefile: 19
file content (22 lines) | stat: -rw-r--r-- 1,164 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
Source: pywbem
Section: python
Priority: extra
Maintainer: Debian Python Modules Team <python-modules-team@lists.alioth.debian.org>
Uploaders: Bernd Zeimetz <bzed@debian.org>
Build-Depends: debhelper (>= 8), python-all (>= 2.5)
Build-Depends-Indep: docbook-xsl, xsltproc, python-m2crypto, python-epydoc, python-twisted-web, python-twisted-core
Vcs-Svn: svn://anonscm.debian.org/python-modules/packages/pywbem/trunk/
Vcs-Browser: http://anonscm.debian.org/viewvc/python-modules/packages/pywbem/trunk/
Homepage: http://pywbem.sourceforge.net/
Standards-Version: 3.9.5

Package: python-pywbem
Architecture: all
Depends: ${python:Depends}, ${misc:Depends}, python-m2crypto, python-epydoc, python-twisted-web, python-twisted-core
Description: Python WBEM Client and Provider Interface
 PyWBEM is a Python library that implements a Web Based Enterprise
 Management (WBEM) client.  It performs WBEM operations using the
 CIM-XML and CIM Operations over HTTP protocols as defined by the
 Distributed Management Task Force (DMTF).  WBEM is used to remotely
 describe and manage distributed computing environments.  It is a peer
 and perhaps successor to the SNMP protocol.