🚀 Big News:Socket Has Acquired Secure Annex.Learn More
Socket
Book a DemoSign in
Socket

py-machineid

Package Overview
Dependencies
Maintainers
1
Versions
18
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

py-machineid - pypi Package Compare versions

Comparing version
0.8.0
to
0.8.1
+4
-3
machineid/__init__.py

@@ -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')

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