py-machineid
Advanced tools
@@ -25,3 +25,3 @@ """ | ||
| __version__ = '0.8.0' | ||
| __version__ = '0.8.1' | ||
| __author__ = 'Zeke Gabrielse' | ||
@@ -93,4 +93,5 @@ __credits__ = 'https://github.com/denisbrodbeck/machineid' | ||
| if not id: | ||
| id = __exec__('wmic csproduct get uuid').split('\n')[2] \ | ||
| .strip() | ||
| out = __exec__('wmic csproduct get uuid') | ||
| if out is not None and out.count('\n')>1: | ||
| id = out.split('\n')[2].strip() | ||
| elif platform.startswith('linux'): | ||
@@ -97,0 +98,0 @@ id = __read__('/var/lib/dbus/machine-id') |
+1
-1
| Metadata-Version: 2.1 | ||
| Name: py-machineid | ||
| Version: 0.8.0 | ||
| Version: 0.8.1 | ||
| Summary: Get the unique machine ID of any host (without admin privileges) | ||
@@ -5,0 +5,0 @@ Home-page: https://github.com/keygen-sh/py-machineid |
| Metadata-Version: 2.1 | ||
| Name: py-machineid | ||
| Version: 0.8.0 | ||
| Version: 0.8.1 | ||
| Summary: Get the unique machine ID of any host (without admin privileges) | ||
@@ -5,0 +5,0 @@ Home-page: https://github.com/keygen-sh/py-machineid |
Alert delta unavailable
Currently unable to show alert delta for PyPI packages.
13518
0.13%129
0.78%