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.
|