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("Win32_Processor")
```
## testing
```
nosetests
```
## license
BSD
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("Win32_Processor")
```
## testing
```
nosetests
```
## license
BSD
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file wmi-client-wrapper-0.0.5.tar.gz.
File metadata
- Download URL: wmi-client-wrapper-0.0.5.tar.gz
- Upload date:
- Size: 3.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
e598e0c5d59472cef823ab50b7f6d500fbbb2cfb4a339d82837b7abb9662a169
|
|
| MD5 |
3f958c38738c415258d1de46b0447604
|
|
| BLAKE2b-256 |
39f3be5cfa3680040523d44cce984fb55cd2f3e8304d342327808c64a913da5e
|
File details
Details for the file wmi_client_wrapper-0.0.5-py2.7.egg.
File metadata
- Download URL: wmi_client_wrapper-0.0.5-py2.7.egg
- Upload date:
- Size: 6.2 kB
- Tags: Egg
- Uploaded using Trusted Publishing? No
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
4bb3fe5fee99a81e10090d01520431c7d240e4de3d432106f11798cbf1544660
|
|
| MD5 |
ed9ed1100b3457dffebdb6c99ab848ff
|
|
| BLAKE2b-256 |
ccf4ec0f22483e7ce69154c21870ceb64e55f826dc462335e3ebbb64f66f41e9
|