Metadata-Version: 2.1
Name: pywbem
Version: 0.17.2
Summary: pywbem - A WBEM client
Home-page: https://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
Project-URL: Bug Tracker, https://github.com/pywbem/pywbem/issues
Project-URL: Documentation, https://pywbem.readthedocs.io/en/latest/
Project-URL: Source Code, https://github.com/pywbem/pywbem
Platform: any
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: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Topic :: System :: Systems Administration
Requires-Python: >=2.6, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*
Description-Content-Type: text/x-rst
License-File: LICENSE.txt
Requires-Dist: ply>=3.10
Requires-Dist: M2Crypto>=0.31.0; python_version < "3.0" and sys_platform != "win32"
Requires-Dist: six>=1.10.0; python_version < "3.8"
Requires-Dist: mock<3.0.0,>=2.0.0; python_version == "2.6"
Requires-Dist: ordereddict>=1.1; python_version == "2.6"
Requires-Dist: PyYAML<3.12,>=3.11; python_version == "2.6"
Requires-Dist: backport-collections>=0.1; python_version == "2.6"
Requires-Dist: PyYAML>=5.3; python_version == "2.7"
Requires-Dist: PyYAML<5.3,>=5.1; python_version == "3.4"
Requires-Dist: PyYAML>=5.1; python_version > "3.4"
Requires-Dist: mock<4.0.0,>=2.0.0; python_version >= "2.7" and python_version <= "3.5"
Requires-Dist: mock>=2.0.0; python_version >= "3.6"
Requires-Dist: six>=1.12.0; python_version >= "3.8"

.. # README file for Pypi

.. # Note: On Pypi, variable substitution with raw content is not enabled, so
.. # we have to specify the package version directly in the links.

.. # begin of customization for the current version
.. |pywbem-version-mn| replace:: 0.17
.. _Readme file on GitHub: https://github.com/pywbem/pywbem/blob/stable_0.17/README.rst
.. _Documentation on RTD: https://pywbem.readthedocs.io/en/stable_0.17/
.. _Change log on RTD: https://pywbem.readthedocs.io/en/stable_0.17/changes.html
.. # end of customization for the current version

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 version |pywbem-version-mn|:

* `Readme file on GitHub`_
* `Documentation on RTD`_
* `Change log on RTD`_

.. _CIM/WBEM standards: https://www.dmtf.org/standards/wbem/
