pyhw 0.15.2__tar.gz → 0.15.3__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {pyhw-0.15.2/src/pyhw.egg-info → pyhw-0.15.3}/PKG-INFO +2 -2
- {pyhw-0.15.2 → pyhw-0.15.3}/pyproject.toml +2 -2
- {pyhw-0.15.2 → pyhw-0.15.3}/src/pyhw/__init__.py +1 -1
- {pyhw-0.15.2 → pyhw-0.15.3}/src/pyhw/backend/memory/bsd.py +3 -3
- {pyhw-0.15.2 → pyhw-0.15.3}/src/pyhw/backend/memory/linux.py +3 -3
- {pyhw-0.15.2 → pyhw-0.15.3}/src/pyhw/backend/memory/macos.py +3 -3
- {pyhw-0.15.2 → pyhw-0.15.3}/src/pyhw/backend/memory/windows.py +3 -3
- {pyhw-0.15.2 → pyhw-0.15.3}/src/pyhw/library/lib/iokitCPULib.dylib +0 -0
- pyhw-0.15.3/src/pyhw/library/lib/iokitGPULib.dylib +0 -0
- {pyhw-0.15.2 → pyhw-0.15.3}/src/pyhw/library/lib/iokitHostLib.dylib +0 -0
- pyhw-0.15.3/src/pyhw/library/lib/iokitNICLib.dylib +0 -0
- {pyhw-0.15.2 → pyhw-0.15.3/src/pyhw.egg-info}/PKG-INFO +2 -2
- pyhw-0.15.3/src/pyhw.egg-info/requires.txt +1 -0
- pyhw-0.15.2/src/pyhw/library/lib/iokitGPULib.dylib +0 -0
- pyhw-0.15.2/src/pyhw/library/lib/iokitNICLib.dylib +0 -0
- pyhw-0.15.2/src/pyhw.egg-info/requires.txt +0 -1
- {pyhw-0.15.2 → pyhw-0.15.3}/LICENSE +0 -0
- {pyhw-0.15.2 → pyhw-0.15.3}/README.md +0 -0
- {pyhw-0.15.2 → pyhw-0.15.3}/setup.cfg +0 -0
- {pyhw-0.15.2 → pyhw-0.15.3}/src/pyhw/__main__.py +0 -0
- {pyhw-0.15.2 → pyhw-0.15.3}/src/pyhw/backend/__init__.py +0 -0
- {pyhw-0.15.2 → pyhw-0.15.3}/src/pyhw/backend/backendBase.py +0 -0
- {pyhw-0.15.2 → pyhw-0.15.3}/src/pyhw/backend/cpu/__init__.py +0 -0
- {pyhw-0.15.2 → pyhw-0.15.3}/src/pyhw/backend/cpu/bsd.py +0 -0
- {pyhw-0.15.2 → pyhw-0.15.3}/src/pyhw/backend/cpu/cpuBase.py +0 -0
- {pyhw-0.15.2 → pyhw-0.15.3}/src/pyhw/backend/cpu/cpuInfo.py +0 -0
- {pyhw-0.15.2 → pyhw-0.15.3}/src/pyhw/backend/cpu/linux.py +0 -0
- {pyhw-0.15.2 → pyhw-0.15.3}/src/pyhw/backend/cpu/macos.py +0 -0
- {pyhw-0.15.2 → pyhw-0.15.3}/src/pyhw/backend/cpu/windows.py +0 -0
- {pyhw-0.15.2 → pyhw-0.15.3}/src/pyhw/backend/gpu/__init__.py +0 -0
- {pyhw-0.15.2 → pyhw-0.15.3}/src/pyhw/backend/gpu/bsd.py +0 -0
- {pyhw-0.15.2 → pyhw-0.15.3}/src/pyhw/backend/gpu/gpuBase.py +0 -0
- {pyhw-0.15.2 → pyhw-0.15.3}/src/pyhw/backend/gpu/gpuInfo.py +0 -0
- {pyhw-0.15.2 → pyhw-0.15.3}/src/pyhw/backend/gpu/linux.py +0 -0
- {pyhw-0.15.2 → pyhw-0.15.3}/src/pyhw/backend/gpu/macos.py +0 -0
- {pyhw-0.15.2 → pyhw-0.15.3}/src/pyhw/backend/gpu/windows.py +0 -0
- {pyhw-0.15.2 → pyhw-0.15.3}/src/pyhw/backend/host/__init__.py +0 -0
- {pyhw-0.15.2 → pyhw-0.15.3}/src/pyhw/backend/host/bsd.py +0 -0
- {pyhw-0.15.2 → pyhw-0.15.3}/src/pyhw/backend/host/hostBase.py +0 -0
- {pyhw-0.15.2 → pyhw-0.15.3}/src/pyhw/backend/host/hostInfo.py +0 -0
- {pyhw-0.15.2 → pyhw-0.15.3}/src/pyhw/backend/host/linux.py +0 -0
- {pyhw-0.15.2 → pyhw-0.15.3}/src/pyhw/backend/host/macos.py +0 -0
- {pyhw-0.15.2 → pyhw-0.15.3}/src/pyhw/backend/host/windows.py +0 -0
- {pyhw-0.15.2 → pyhw-0.15.3}/src/pyhw/backend/kernel/__init__.py +0 -0
- {pyhw-0.15.2 → pyhw-0.15.3}/src/pyhw/backend/kernel/kernelBase.py +0 -0
- {pyhw-0.15.2 → pyhw-0.15.3}/src/pyhw/backend/kernel/kernelInfo.py +0 -0
- {pyhw-0.15.2 → pyhw-0.15.3}/src/pyhw/backend/kernel/unix.py +0 -0
- {pyhw-0.15.2 → pyhw-0.15.3}/src/pyhw/backend/kernel/windows.py +0 -0
- {pyhw-0.15.2 → pyhw-0.15.3}/src/pyhw/backend/memory/__init__.py +0 -0
- {pyhw-0.15.2 → pyhw-0.15.3}/src/pyhw/backend/memory/memoryBase.py +0 -0
- {pyhw-0.15.2 → pyhw-0.15.3}/src/pyhw/backend/memory/memoryInfo.py +0 -0
- {pyhw-0.15.2 → pyhw-0.15.3}/src/pyhw/backend/nic/__init__.py +0 -0
- {pyhw-0.15.2 → pyhw-0.15.3}/src/pyhw/backend/nic/bsd.py +0 -0
- {pyhw-0.15.2 → pyhw-0.15.3}/src/pyhw/backend/nic/linux.py +0 -0
- {pyhw-0.15.2 → pyhw-0.15.3}/src/pyhw/backend/nic/macos.py +0 -0
- {pyhw-0.15.2 → pyhw-0.15.3}/src/pyhw/backend/nic/nicBase.py +0 -0
- {pyhw-0.15.2 → pyhw-0.15.3}/src/pyhw/backend/nic/nicInfo.py +0 -0
- {pyhw-0.15.2 → pyhw-0.15.3}/src/pyhw/backend/nic/windows.py +0 -0
- {pyhw-0.15.2 → pyhw-0.15.3}/src/pyhw/backend/npu/__init__.py +0 -0
- {pyhw-0.15.2 → pyhw-0.15.3}/src/pyhw/backend/npu/bsd.py +0 -0
- {pyhw-0.15.2 → pyhw-0.15.3}/src/pyhw/backend/npu/linux.py +0 -0
- {pyhw-0.15.2 → pyhw-0.15.3}/src/pyhw/backend/npu/macos.py +0 -0
- {pyhw-0.15.2 → pyhw-0.15.3}/src/pyhw/backend/npu/npuBase.py +0 -0
- {pyhw-0.15.2 → pyhw-0.15.3}/src/pyhw/backend/npu/npuInfo.py +0 -0
- {pyhw-0.15.2 → pyhw-0.15.3}/src/pyhw/backend/npu/windows.py +0 -0
- {pyhw-0.15.2 → pyhw-0.15.3}/src/pyhw/backend/os/__init__.py +0 -0
- {pyhw-0.15.2 → pyhw-0.15.3}/src/pyhw/backend/os/bsd.py +0 -0
- {pyhw-0.15.2 → pyhw-0.15.3}/src/pyhw/backend/os/linux.py +0 -0
- {pyhw-0.15.2 → pyhw-0.15.3}/src/pyhw/backend/os/macos.py +0 -0
- {pyhw-0.15.2 → pyhw-0.15.3}/src/pyhw/backend/os/osBase.py +0 -0
- {pyhw-0.15.2 → pyhw-0.15.3}/src/pyhw/backend/os/osInfo.py +0 -0
- {pyhw-0.15.2 → pyhw-0.15.3}/src/pyhw/backend/os/windows.py +0 -0
- {pyhw-0.15.2 → pyhw-0.15.3}/src/pyhw/backend/shell/__init__.py +0 -0
- {pyhw-0.15.2 → pyhw-0.15.3}/src/pyhw/backend/shell/shellBase.py +0 -0
- {pyhw-0.15.2 → pyhw-0.15.3}/src/pyhw/backend/shell/shellInfo.py +0 -0
- {pyhw-0.15.2 → pyhw-0.15.3}/src/pyhw/backend/shell/unix.py +0 -0
- {pyhw-0.15.2 → pyhw-0.15.3}/src/pyhw/backend/shell/windows.py +0 -0
- {pyhw-0.15.2 → pyhw-0.15.3}/src/pyhw/backend/title/__init__.py +0 -0
- {pyhw-0.15.2 → pyhw-0.15.3}/src/pyhw/backend/title/titleBase.py +0 -0
- {pyhw-0.15.2 → pyhw-0.15.3}/src/pyhw/backend/title/titleInfo.py +0 -0
- {pyhw-0.15.2 → pyhw-0.15.3}/src/pyhw/backend/title/unix.py +0 -0
- {pyhw-0.15.2 → pyhw-0.15.3}/src/pyhw/backend/title/windows.py +0 -0
- {pyhw-0.15.2 → pyhw-0.15.3}/src/pyhw/backend/uptime/__init__.py +0 -0
- {pyhw-0.15.2 → pyhw-0.15.3}/src/pyhw/backend/uptime/bsd.py +0 -0
- {pyhw-0.15.2 → pyhw-0.15.3}/src/pyhw/backend/uptime/linux.py +0 -0
- {pyhw-0.15.2 → pyhw-0.15.3}/src/pyhw/backend/uptime/macos.py +0 -0
- {pyhw-0.15.2 → pyhw-0.15.3}/src/pyhw/backend/uptime/uptimeBase.py +0 -0
- {pyhw-0.15.2 → pyhw-0.15.3}/src/pyhw/backend/uptime/uptimeInfo.py +0 -0
- {pyhw-0.15.2 → pyhw-0.15.3}/src/pyhw/backend/uptime/windows.py +0 -0
- {pyhw-0.15.2 → pyhw-0.15.3}/src/pyhw/frontend/__init__.py +0 -0
- {pyhw-0.15.2 → pyhw-0.15.3}/src/pyhw/frontend/color/__init__.py +0 -0
- {pyhw-0.15.2 → pyhw-0.15.3}/src/pyhw/frontend/color/colorConfig.py +0 -0
- {pyhw-0.15.2 → pyhw-0.15.3}/src/pyhw/frontend/color/colorSet.py +0 -0
- {pyhw-0.15.2 → pyhw-0.15.3}/src/pyhw/frontend/color/colorUtil.py +0 -0
- {pyhw-0.15.2 → pyhw-0.15.3}/src/pyhw/frontend/frontendBase.py +0 -0
- {pyhw-0.15.2 → pyhw-0.15.3}/src/pyhw/frontend/logo/__init__.py +0 -0
- {pyhw-0.15.2 → pyhw-0.15.3}/src/pyhw/frontend/logo/ascii/alpine.pyhw +0 -0
- {pyhw-0.15.2 → pyhw-0.15.3}/src/pyhw/frontend/logo/ascii/arch.pyhw +0 -0
- {pyhw-0.15.2 → pyhw-0.15.3}/src/pyhw/frontend/logo/ascii/armbian.pyhw +0 -0
- {pyhw-0.15.2 → pyhw-0.15.3}/src/pyhw/frontend/logo/ascii/centos.pyhw +0 -0
- {pyhw-0.15.2 → pyhw-0.15.3}/src/pyhw/frontend/logo/ascii/debian.pyhw +0 -0
- {pyhw-0.15.2 → pyhw-0.15.3}/src/pyhw/frontend/logo/ascii/fedora.pyhw +0 -0
- {pyhw-0.15.2 → pyhw-0.15.3}/src/pyhw/frontend/logo/ascii/fedora_small.pyhw +0 -0
- {pyhw-0.15.2 → pyhw-0.15.3}/src/pyhw/frontend/logo/ascii/freebsd.pyhw +0 -0
- {pyhw-0.15.2 → pyhw-0.15.3}/src/pyhw/frontend/logo/ascii/kali.pyhw +0 -0
- {pyhw-0.15.2 → pyhw-0.15.3}/src/pyhw/frontend/logo/ascii/linux.pyhw +0 -0
- {pyhw-0.15.2 → pyhw-0.15.3}/src/pyhw/frontend/logo/ascii/linuxmint.pyhw +0 -0
- {pyhw-0.15.2 → pyhw-0.15.3}/src/pyhw/frontend/logo/ascii/macOS.pyhw +0 -0
- {pyhw-0.15.2 → pyhw-0.15.3}/src/pyhw/frontend/logo/ascii/opensuse-leap.pyhw +0 -0
- {pyhw-0.15.2 → pyhw-0.15.3}/src/pyhw/frontend/logo/ascii/opensuse-tumbleweed.pyhw +0 -0
- {pyhw-0.15.2 → pyhw-0.15.3}/src/pyhw/frontend/logo/ascii/raspbian.pyhw +0 -0
- {pyhw-0.15.2 → pyhw-0.15.3}/src/pyhw/frontend/logo/ascii/rhel.pyhw +0 -0
- {pyhw-0.15.2 → pyhw-0.15.3}/src/pyhw/frontend/logo/ascii/ubuntu.pyhw +0 -0
- {pyhw-0.15.2 → pyhw-0.15.3}/src/pyhw/frontend/logo/ascii/ubuntu_small.pyhw +0 -0
- {pyhw-0.15.2 → pyhw-0.15.3}/src/pyhw/frontend/logo/ascii/windows_10.pyhw +0 -0
- {pyhw-0.15.2 → pyhw-0.15.3}/src/pyhw/frontend/logo/ascii/windows_11.pyhw +0 -0
- {pyhw-0.15.2 → pyhw-0.15.3}/src/pyhw/frontend/logo/ascii/windows_2025.pyhw +0 -0
- {pyhw-0.15.2 → pyhw-0.15.3}/src/pyhw/frontend/logo/ascii/windows_old.pyhw +0 -0
- {pyhw-0.15.2 → pyhw-0.15.3}/src/pyhw/frontend/logo/logoBase.py +0 -0
- {pyhw-0.15.2 → pyhw-0.15.3}/src/pyhw/library/lib/nvmlGPULib_amd64.so +0 -0
- {pyhw-0.15.2 → pyhw-0.15.3}/src/pyhw/library/lib/nvmlGPULib_arm64.so +0 -0
- {pyhw-0.15.2 → pyhw-0.15.3}/src/pyhw/library/test/iokitCPULibTest.py +0 -0
- {pyhw-0.15.2 → pyhw-0.15.3}/src/pyhw/library/test/iokitGPULibTest.py +0 -0
- {pyhw-0.15.2 → pyhw-0.15.3}/src/pyhw/library/test/iokitHostLibTest.py +0 -0
- {pyhw-0.15.2 → pyhw-0.15.3}/src/pyhw/library/test/iokitNICLibTest.py +0 -0
- {pyhw-0.15.2 → pyhw-0.15.3}/src/pyhw/library/test/nvmlGPULibTest.py +0 -0
- {pyhw-0.15.2 → pyhw-0.15.3}/src/pyhw/pyhwException/__init__.py +0 -0
- {pyhw-0.15.2 → pyhw-0.15.3}/src/pyhw/pyhwException/pyhwException.py +0 -0
- {pyhw-0.15.2 → pyhw-0.15.3}/src/pyhw/pyhwUtil/__init__.py +0 -0
- {pyhw-0.15.2 → pyhw-0.15.3}/src/pyhw/pyhwUtil/cliUtil.py +0 -0
- {pyhw-0.15.2 → pyhw-0.15.3}/src/pyhw/pyhwUtil/pciUtil.py +0 -0
- {pyhw-0.15.2 → pyhw-0.15.3}/src/pyhw/pyhwUtil/pyhwUtil.py +0 -0
- {pyhw-0.15.2 → pyhw-0.15.3}/src/pyhw/pyhwUtil/sysctlUtil.py +0 -0
- {pyhw-0.15.2 → pyhw-0.15.3}/src/pyhw.egg-info/SOURCES.txt +0 -0
- {pyhw-0.15.2 → pyhw-0.15.3}/src/pyhw.egg-info/dependency_links.txt +0 -0
- {pyhw-0.15.2 → pyhw-0.15.3}/src/pyhw.egg-info/entry_points.txt +0 -0
- {pyhw-0.15.2 → pyhw-0.15.3}/src/pyhw.egg-info/top_level.txt +0 -0
- {pyhw-0.15.2 → pyhw-0.15.3}/test/test_cliUtil.py +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: pyhw
|
|
3
|
-
Version: 0.15.
|
|
3
|
+
Version: 0.15.3
|
|
4
4
|
Summary: PyHw, a neofetch-like command line tool for fetching system information but written mostly in python.
|
|
5
5
|
Author: Xiao Ran
|
|
6
6
|
Maintainer-email: Xiao Ran <xiaoran.007@icloud.com>
|
|
@@ -13,7 +13,7 @@ Classifier: Operating System :: OS Independent
|
|
|
13
13
|
Requires-Python: >=3.9
|
|
14
14
|
Description-Content-Type: text/markdown
|
|
15
15
|
License-File: LICENSE
|
|
16
|
-
Requires-Dist: pypci-ng>=0.
|
|
16
|
+
Requires-Dist: pypci-ng>=0.3.0
|
|
17
17
|
Dynamic: license-file
|
|
18
18
|
|
|
19
19
|
# PyHw, a neofetch-like system information fetching tool
|
|
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
|
|
|
4
4
|
|
|
5
5
|
[project]
|
|
6
6
|
name = "pyhw"
|
|
7
|
-
version = "0.15.
|
|
7
|
+
version = "0.15.3"
|
|
8
8
|
description = "PyHw, a neofetch-like command line tool for fetching system information but written mostly in python."
|
|
9
9
|
keywords = ["neofetch", "system information", "command line tool", "python", "hardware information", "fastfetch", "fetching"]
|
|
10
10
|
authors = [
|
|
@@ -17,7 +17,7 @@ readme = "README.md"
|
|
|
17
17
|
license = "BSD-3-Clause"
|
|
18
18
|
requires-python = ">=3.9"
|
|
19
19
|
dependencies = [
|
|
20
|
-
"pypci-ng>=0.
|
|
20
|
+
"pypci-ng>=0.3.0"
|
|
21
21
|
]
|
|
22
22
|
classifiers = [
|
|
23
23
|
"Development Status :: 4 - Beta",
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
__version__ = '0.15.
|
|
1
|
+
__version__ = '0.15.3'
|
|
2
2
|
__author__ = 'xiaoran007'
|
|
@@ -12,9 +12,9 @@ class MemoryDetectBSD(MemoryDetectLinux):
|
|
|
12
12
|
|
|
13
13
|
def getMemoryInfo(self):
|
|
14
14
|
self.__getMemorySysctl()
|
|
15
|
-
self._memoryInfo.total = self.__physical_memory / 1024 / 1024 # Convert bytes to
|
|
16
|
-
self._memoryInfo.used = (self.__physical_memory - self.__free_memory) / 1024 / 1024 # Convert bytes to
|
|
17
|
-
self._memoryInfo.memory = f"{round(self._memoryInfo.used, 2)}
|
|
15
|
+
self._memoryInfo.total = self.__physical_memory / 1024 / 1024 / 1024 # Convert bytes to GiB
|
|
16
|
+
self._memoryInfo.used = (self.__physical_memory - self.__free_memory) / 1024 / 1024 / 1024 # Convert bytes to GiB
|
|
17
|
+
self._memoryInfo.memory = f"{round(self._memoryInfo.used, 2)} GiB / {round(self._memoryInfo.total, 2)} GiB"
|
|
18
18
|
return self._memoryInfo
|
|
19
19
|
|
|
20
20
|
def __getMemorySysctl(self):
|
|
@@ -7,7 +7,7 @@ class MemoryDetectLinux:
|
|
|
7
7
|
|
|
8
8
|
def getMemoryInfo(self):
|
|
9
9
|
self._getMemory()
|
|
10
|
-
self._memoryInfo.memory = f"{self._memoryInfo.used}
|
|
10
|
+
self._memoryInfo.memory = f"{self._memoryInfo.used} GiB / {self._memoryInfo.total} GiB"
|
|
11
11
|
return self._memoryInfo
|
|
12
12
|
|
|
13
13
|
def _getMemory(self):
|
|
@@ -15,9 +15,9 @@ class MemoryDetectLinux:
|
|
|
15
15
|
with open("/proc/meminfo", "r") as file:
|
|
16
16
|
for line in file:
|
|
17
17
|
if line.startswith("MemTotal:"):
|
|
18
|
-
self._memoryInfo.total = round(float(line.split(":")[1].strip()[:-3]) / 1024, 2)
|
|
18
|
+
self._memoryInfo.total = round(float(line.split(":")[1].strip()[:-3]) / 1024 / 1024, 2)
|
|
19
19
|
elif line.startswith("MemAvailable:"):
|
|
20
|
-
self._memoryInfo.available = round(float(line.split(":")[1].strip()[:-3]) / 1024, 2)
|
|
20
|
+
self._memoryInfo.available = round(float(line.split(":")[1].strip()[:-3]) / 1024 / 1024, 2)
|
|
21
21
|
self._memoryInfo.used = round(self._memoryInfo.total - self._memoryInfo.available, 2)
|
|
22
22
|
except FileNotFoundError:
|
|
23
23
|
pass
|
|
@@ -19,9 +19,9 @@ class MemoryDetectMacOS:
|
|
|
19
19
|
|
|
20
20
|
def getMemoryInfo(self):
|
|
21
21
|
self.__getMemory()
|
|
22
|
-
self.__memoryInfo.total = self.__mem_total / 1024 / 1024 # Convert bytes to
|
|
23
|
-
self.__memoryInfo.used = self.__mem_used / 1024 / 1024 # Convert bytes to
|
|
24
|
-
self.__memoryInfo.memory = f"{
|
|
22
|
+
self.__memoryInfo.total = self.__mem_total / 1024 / 1024 / 1024 # Convert bytes to GiB
|
|
23
|
+
self.__memoryInfo.used = self.__mem_used / 1024 / 1024 / 1024 # Convert bytes to GiB
|
|
24
|
+
self.__memoryInfo.memory = f"{self.__memoryInfo.used:.2f} GiB / {self.__memoryInfo.total:.2f} GiB"
|
|
25
25
|
return self.__memoryInfo
|
|
26
26
|
|
|
27
27
|
def __getMemory(self):
|
|
@@ -10,7 +10,7 @@ class MemoryDetectWindows:
|
|
|
10
10
|
|
|
11
11
|
def getMemoryInfo(self):
|
|
12
12
|
self._getMemory()
|
|
13
|
-
self._memoryInfo.memory = f"{self._memoryInfo.used}
|
|
13
|
+
self._memoryInfo.memory = f"{self._memoryInfo.used} GiB / {self._memoryInfo.total} GiB"
|
|
14
14
|
return self._memoryInfo
|
|
15
15
|
|
|
16
16
|
def _getMemory(self):
|
|
@@ -21,8 +21,8 @@ class MemoryDetectWindows:
|
|
|
21
21
|
raise BackendException("Failed to get memory information on Windows.")
|
|
22
22
|
|
|
23
23
|
res = json.loads(result.stdout)
|
|
24
|
-
free_memory = int(res['FreePhysicalMemory']) / 1024
|
|
25
|
-
total_memory = int(res['TotalVisibleMemorySize']) / 1024
|
|
24
|
+
free_memory = int(res['FreePhysicalMemory']) / 1024 / 1024
|
|
25
|
+
total_memory = int(res['TotalVisibleMemorySize']) / 1024 / 1024
|
|
26
26
|
used_memory = total_memory - free_memory
|
|
27
27
|
self._memoryInfo.total = round(total_memory, 2)
|
|
28
28
|
self._memoryInfo.available = round(free_memory, 2)
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: pyhw
|
|
3
|
-
Version: 0.15.
|
|
3
|
+
Version: 0.15.3
|
|
4
4
|
Summary: PyHw, a neofetch-like command line tool for fetching system information but written mostly in python.
|
|
5
5
|
Author: Xiao Ran
|
|
6
6
|
Maintainer-email: Xiao Ran <xiaoran.007@icloud.com>
|
|
@@ -13,7 +13,7 @@ Classifier: Operating System :: OS Independent
|
|
|
13
13
|
Requires-Python: >=3.9
|
|
14
14
|
Description-Content-Type: text/markdown
|
|
15
15
|
License-File: LICENSE
|
|
16
|
-
Requires-Dist: pypci-ng>=0.
|
|
16
|
+
Requires-Dist: pypci-ng>=0.3.0
|
|
17
17
|
Dynamic: license-file
|
|
18
18
|
|
|
19
19
|
# PyHw, a neofetch-like system information fetching tool
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
pypci-ng>=0.3.0
|
|
Binary file
|
|
Binary file
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
pypci-ng>=0.2.7
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|