PyWBEM Projects

Overview

The PyWBEM projects on GitHub are written in pure Python and support the WBEM standard for systems management.

The WBEM standard defines protocols by which a WBEM client can issue operations to a WBEM server, in order to perform systems management tasks. See http://www.dmtf.org/standards/wbem for information about the WBEM standard.

The following GitHub projects are part of the PyWBEM project group:

PyWBEM Client
A WBEM client that supports the CIM-XML protocol, and related utilities. This project is mature and in serious use.
PyWBEM Server
A WBEM server that supports the CIM-XML protocol. This project is experimental.
Python Providers
Interfaces for existing CIMOMs such as OpenPegasus or OpenWBEM, to enable the development of CIM providers in pure Python. This project is experimental.
YAWN
Yet Another WBEM Navigator - Apache module for WBEM browsing.

Community, Issues, Feature Requests

For discussing the PyWBEM projects, when asking for help, or just for any kinds of questions related to it, use the:

  • pywbem-devel mailing list

For reporting issues and for raising feature requests, use the issue tracker for each of the projects:

  • PyWBEM Client issue tracker
  • PyWBEM Server issue tracker
  • Python Providers issue tracker
  • YAWN issue tracker