kanzure / python-wmi-client-wrapper

Linux-only wrapper around wmi-client for WMI (Windows)
Other
27 stars 26 forks source link

Added Python3 support (reliant on futures module) #13

Open initialed85 opened 6 years ago

initialed85 commented 6 years ago

This PR refers to the following issue:

Consider adding Python3 support

It is to add Python3 support (while retaining Python2 support).

It relies on the "future" Python module and all unit tests pass under Python2.7, Python3.6, PyPy 5.10 and PyPy3 5.10.1.

Manual end-to-end testing against an actual Windows server seems fine under both Python2.7 and Python3.5 in an Ubuntu Docker container.