Metadata-Version: 1.1
Name: pywbem
Version: 0.11.0
Summary: pywbem - A WBEM client
Home-page: http://pywbem.github.io/pywbem/
Author: Andreas Maier
Author-email: maiera@de.ibm.com
License: LGPL version 2.1, or (at your option) any later version
Description-Content-Type: UNKNOWN
Description: 
        Pywbem is a WBEM client, written in pure Python. It supports Python 2 and
        Python 3.
        
        A WBEM client allows issuing operations to a WBEM server, using the CIM
        operations over HTTP (CIM-XML) protocol defined in the DMTF standards
        DSP0200 and DSP0201. The CIM/WBEM infrastructure is used for a wide variety of
        systems management tasks supported by systems running WBEM servers.
        See http://www.dmtf.org/standards/wbem for more information about WBEM.
        
Platform: any
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: System Administrators
Classifier: License :: OSI Approved :: GNU Lesser General Public License v2 or later (LGPLv2+)
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.6
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Topic :: System :: Systems Administration
