pyhw 0.3.3__py3-none-any.whl → 0.3.3b0__py3-none-any.whl

Sign up to get free protection for your applications and to get access to all the features.
pyhw/backend/gpu/linux.py CHANGED
@@ -10,7 +10,6 @@ class GPUDetectLinux:
10
10
 
11
11
  def getGPUInfo(self):
12
12
  self.__getGPUInfo()
13
- self.__sortGPUList()
14
13
  return self.__gpuInfo
15
14
 
16
15
  def __getGPUInfo(self):
@@ -42,6 +41,3 @@ class GPUDetectLinux:
42
41
  gpu_name_clean = gpu_name.replace("Corporation", "")
43
42
  return gpu_name_clean
44
43
 
45
- def __sortGPUList(self):
46
- self.__gpuInfo.gpus.sort()
47
-
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: pyhw
3
- Version: 0.3.3
3
+ Version: 0.3.3b0
4
4
  Summary: PyHw, a neofetch-like command line tool for fetching system information but written mostly in python.
5
5
  Author-email: Xiao Ran <xiaoran.007@icloud.com>
6
6
  License: BSD-3-Clause
@@ -11,7 +11,7 @@ pyhw/backend/cpu/macos.py,sha256=mnnH9ABiBgAiyA8-H9_tq2PC5OeneVLj67nMGoLDXh4,287
11
11
  pyhw/backend/gpu/__init__.py,sha256=EpMjPvUaXt0LTNMvGmB8WgXbUB9keCxuOhu8NT3Re6o,56
12
12
  pyhw/backend/gpu/gpuBase.py,sha256=Ge0DX2P8_EB7ovM7glmPUnVsPJL3OUHV2t_1T5mimR0,409
13
13
  pyhw/backend/gpu/gpuInfo.py,sha256=d_z_z5DiZAg85wP0VOBQEU0QHdaK3qFqA2Tp9Eq8-Zs,133
14
- pyhw/backend/gpu/linux.py,sha256=xWgjKCuO9DwLR2NC6JlGFkEyDey5_zt7AnSVKPUk1_s,1714
14
+ pyhw/backend/gpu/linux.py,sha256=05zXXrhii6y38GQVx5qMv36th1o3NwoI3Mk4m3ezstk,1620
15
15
  pyhw/backend/gpu/macos.py,sha256=sgrROfJC59KWjxfW2n90thVEjgDNYYLWo_pETDFPKQA,2308
16
16
  pyhw/backend/host/__init__.py,sha256=Efaj7-Oya7H8HdpZHQCLrwn-mcfPb-d6yfh4dzsE_7I,58
17
17
  pyhw/backend/host/hostBase.py,sha256=POyDW3f5JSWtEKyCfrVSBEddSwoywe_OBgUExCEuje8,563
@@ -69,9 +69,9 @@ pyhw/pyhwException/pyhwException.py,sha256=wxuzFQa9g7XB1q9TUKO_55lw7wMEJMpzG8w1G
69
69
  pyhw/pyhwUtil/__init__.py,sha256=PzeP9fXsIhvr3sUpJ4DxW9_H25DEIasBFfXd_NztfR4,226
70
70
  pyhw/pyhwUtil/pyhwUtil.py,sha256=qJREsuPU_lq7T0Ictc-_BkGEp0Zh24Ptq8aklkEe6GY,2292
71
71
  pyhw/pyhwUtil/sysctlUtil.py,sha256=S-rUvqi7ZrMyMouIhxlyHEQ4agM7sCT1Y7uzs3Hu5-o,841
72
- pyhw-0.3.3.dist-info/LICENSE,sha256=hJs6RBqSVCexbTsalkMLNFI5t06kekQEsSVaOt_-yLs,1497
73
- pyhw-0.3.3.dist-info/METADATA,sha256=3o7JFBZkOOb0-YiPvH6N8byalKwspXxR88d4cvK7_eU,4041
74
- pyhw-0.3.3.dist-info/WHEEL,sha256=Mdi9PDNwEZptOjTlUcAth7XJDFtKrHYaQMPulZeBCiQ,91
75
- pyhw-0.3.3.dist-info/entry_points.txt,sha256=q-AB8im_QahpmNrmy4aPTJRGi0LlbNlnI3kF7s6pKss,44
76
- pyhw-0.3.3.dist-info/top_level.txt,sha256=7Inxvxt1TngEricKZEex9_WJZS3DbKYFUXDz4v5WHYU,5
77
- pyhw-0.3.3.dist-info/RECORD,,
72
+ pyhw-0.3.3b0.dist-info/LICENSE,sha256=hJs6RBqSVCexbTsalkMLNFI5t06kekQEsSVaOt_-yLs,1497
73
+ pyhw-0.3.3b0.dist-info/METADATA,sha256=ALvz_QO827OOijvWP55k-uiSCkGzCg9piDZhxt3KiRs,4043
74
+ pyhw-0.3.3b0.dist-info/WHEEL,sha256=Mdi9PDNwEZptOjTlUcAth7XJDFtKrHYaQMPulZeBCiQ,91
75
+ pyhw-0.3.3b0.dist-info/entry_points.txt,sha256=q-AB8im_QahpmNrmy4aPTJRGi0LlbNlnI3kF7s6pKss,44
76
+ pyhw-0.3.3b0.dist-info/top_level.txt,sha256=7Inxvxt1TngEricKZEex9_WJZS3DbKYFUXDz4v5WHYU,5
77
+ pyhw-0.3.3b0.dist-info/RECORD,,
File without changes
File without changes