WMI 1.0rc1
Windows Management Instrumentation
Latest Version: 1.4.9
Windows Management Instrumentation (WMI) is Microsoft's implementation of Web-Based Enterprise Management (WBEM), an industry initiative to provide a Common Information Model (CIM) for pretty much any information about a computer system.
The Python WMI module is a lightweight wrapper on top of the win32all extensions, and hides some of the messy plumbing needed to get Python to talk to the WMI API. It's pure Python and should work with any version of Python from 2.1 onwards (list comprehensions) and any recent version of pywin32.
- Author: Tim Golden
- Home Page: http://timgolden.me.uk/python/wmi.html
- Download URL: http://tgolden.sc.sabren.com/python/downloads/wmi-1.0rc1.zip
- License: http://www.opensource.org/licenses/mit-license.php
- Platform: Win32
- Package Index Owner: tim.golden
- DOAP record: WMI-1.0rc1.xml
