Metadata-Version: 2.1
Name: pywbem
Version: 0.12.3
Summary: pywbem - A WBEM client
Home-page: http://pywbem.github.io/pywbem/
Author: Tim Potter
Author-email: tpot@hp.com
Maintainer: Andreas Maier, Karl Schopmeyer
Maintainer-email: maiera@de.ibm.com, k.schopmeyer@swbell.net
License: LGPL version 2.1, or (at your option) any later version
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Environment :: Console
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
Requires-Dist: pbr (>=1.10.0)
Requires-Dist: six (>=1.10.0)
Requires-Dist: ply (>=3.10)
Requires-Dist: PyYAML (>=3.12)
Requires-Dist: mock (>=2.0.0)
Requires-Dist: M2Crypto (!=0.27.0,>=0.24.0); ((python_version == '2.6' or python_version == '2.7') and sys_platform != 'win32')
Requires-Dist: ordereddict (>=1.1); (python_version == '2.6')

.. # README file for Pypi

Pywbem is a WBEM client, written in pure Python. It supports Python 2 and
Python 3. Pywbem also contains a WBEM indication listener.

A WBEM client allows issuing operations to a WBEM server, using the
`CIM/WBEM standards`_ defined by the DMTF, for the purpose of performing
systems management tasks. A WBEM indication listener is used to wait for
and process notifications emitted by a WBEM server, also for the purpose
of systems management.

CIM/WBEM infrastructure is used for a wide variety of systems management
tasks in the industry.

For more information on pywbem, see the `pywbem readme`_, and the
`pywbem documentation`_.

.. _pywbem readme: https://github.com/pywbem/pywbem/blob/stable_0.12/README.rst
.. _pywbem documentation: http://pywbem.readthedocs.io/en/stable_0.12/
.. _CIM/WBEM standards: http://www.dmtf.org/standards/wbem/



