Skip to content

lmiwbem-0.2.0

Compare
Choose a tag to compare
@phatina phatina released this 21 May 12:20
· 151 commits to master since this release

New in version 0.2.0:

  • WBEMConnection:
    • AssociatorNames()
    • Associators()
    • CreateInstance()
    • DeleteInstance()
    • ExecQuery()
    • InvokeMethod()
    • ModifyInstance()
    • ReferenceNames()
    • References()
    • connectLocally()
    • CIM operation timeout
    • X509 authentication
  • CIMInstance(Name) classes: iteration methods
  • CIM* classes:
    • cmp()
    • copy()
    • tomof()
  • CIM constants
    • CIMError constants
    • ConnectionError constants
    • default namespace
    • default trust store path
  • CIMIndicationListener
  • is_subclass()
  • Python 2.6 and 3.x support
  • sphinx-based documentation
  • various fixes