Metadata-Version: 2.1
Name: pywbem
Version: 1.7.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
Description: Pywbem is a WBEM client and WBEM indication listener and provides related WBEM
        client-side functionality. It is written in pure Python and runs on Python 2 and
        Python 3.
        
        WBEM is a standardized approach for systems management defined by the
        [DMTF](https://www.dmtf.org) that is used in the industry for a wide variety of
        systems management tasks. See
        [WBEM Standards](https://www.dmtf.org/standards/wbem) for more information. An
        important use of this approach is the
        [SMI-S](https://www.snia.org/tech_activities/standards/curr_standards/smi)
        standard defined by [SNIA](https://www.snia.org) for managing storage.
        
        A WBEM client allows issuing operations to a WBEM server 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 for the purpose of
        systems management.
        
        For more information on pywbem version 1.7:
        
        - [Readme file on GitHub](https://github.com/pywbem/pywbem/blob/stable_1.7/README.md)
        - [Documentation on RTD](https://pywbem.readthedocs.io/en/stable_1.7/)
        - [Change log on RTD](https://pywbem.readthedocs.io/en/stable_1.7/changes.html)
        
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.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Topic :: System :: Systems Administration
Requires: setuptools
Requires: wheel
Requires-Python: >=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*, !=3.5.*
Description-Content-Type: text/markdown
Provides-Extra: test
