Skip to main content

Linux-only wrapper around wmi-client for WMI (Windows)

Project description

# python-wmi-client-wrapper

This is a wrapper around wmi-client for Linux. Apparently the python-wmi module
uses Windows APIs to access WMI, which isn't something that is going to work on
Linux.

## installing

```
pip install wmi-client-wrapper
```

## usage

```
import wmi_client_wrapper as wmi

wmic = wmi.WmiClientWrapper(
username="Administrator",
password="password",
host="192.168.1.149",
)

output = wmic.query("SELECT * FROM Win32_Processor")
```

## testing

```
nosetests
```

## license

BSD

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page