HardwareMonitor 1.2.0__py3-none-win_amd64.whl
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.
- HardwareMonitor/Hardware/CPU/__init__.py +3 -0
- HardwareMonitor/Hardware/CPU/__init__.pyi +64 -0
- HardwareMonitor/Hardware/Controller/AeroCool/__init__.py +3 -0
- HardwareMonitor/Hardware/Controller/AeroCool/__init__.pyi +9 -0
- HardwareMonitor/Hardware/Controller/AquaComputer/__init__.py +3 -0
- HardwareMonitor/Hardware/Controller/AquaComputer/__init__.pyi +9 -0
- HardwareMonitor/Hardware/Controller/MSI/__init__.py +3 -0
- HardwareMonitor/Hardware/Controller/MSI/__init__.pyi +91 -0
- HardwareMonitor/Hardware/Controller/__init__.py +0 -0
- HardwareMonitor/Hardware/Gpu/__init__.py +3 -0
- HardwareMonitor/Hardware/Gpu/__init__.pyi +6 -0
- HardwareMonitor/Hardware/Motherboard/Lpc/EC/__init__.py +3 -0
- HardwareMonitor/Hardware/Motherboard/Lpc/EC/__init__.pyi +83 -0
- HardwareMonitor/Hardware/Motherboard/Lpc/__init__.py +0 -0
- HardwareMonitor/Hardware/Motherboard/__init__.py +3 -0
- HardwareMonitor/Hardware/Motherboard/__init__.pyi +420 -0
- HardwareMonitor/Hardware/PowerMonitor/__init__.py +3 -0
- HardwareMonitor/Hardware/PowerMonitor/__init__.pyi +26 -0
- HardwareMonitor/Hardware/Psu/Corsair/__init__.py +3 -0
- HardwareMonitor/Hardware/Psu/Corsair/__init__.pyi +9 -0
- HardwareMonitor/Hardware/Psu/Msi/__init__.py +3 -0
- HardwareMonitor/Hardware/Psu/Msi/__init__.pyi +9 -0
- HardwareMonitor/Hardware/Psu/__init__.py +3 -0
- HardwareMonitor/Hardware/Psu/__init__.pyi +7 -0
- HardwareMonitor/Hardware/Storage/__init__.py +3 -0
- HardwareMonitor/Hardware/Storage/__init__.pyi +49 -0
- HardwareMonitor/Hardware/__init__.py +3 -0
- HardwareMonitor/Hardware/__init__.pyi +968 -0
- HardwareMonitor/Interop/PowerMonitor/__init__.py +3 -0
- HardwareMonitor/Interop/PowerMonitor/__init__.pyi +251 -0
- HardwareMonitor/Interop/__init__.py +3 -0
- HardwareMonitor/PawnIo/__init__.py +3 -0
- HardwareMonitor/PawnIo/__init__.pyi +109 -0
- HardwareMonitor/Software/__init__.py +3 -0
- HardwareMonitor/Software/__init__.pyi +9 -0
- HardwareMonitor/Util.py +200 -0
- HardwareMonitor/__init__.py +51 -0
- HardwareMonitor/_util/types.py +0 -0
- HardwareMonitor/_util/types.pyi +239 -0
- HardwareMonitor/lib/BlackSharp.Core.dll +0 -0
- HardwareMonitor/lib/DiskInfoToolkit.dll +0 -0
- HardwareMonitor/lib/HidSharp.dll +0 -0
- HardwareMonitor/lib/LICENSE +373 -0
- HardwareMonitor/lib/LibreHardwareMonitorLib.dll +0 -0
- HardwareMonitor/lib/RAMSPDToolkit-NDD.dll +0 -0
- HardwareMonitor/lib/System.Memory.dll +0 -0
- HardwareMonitor/lib/System.Numerics.Vectors.dll +0 -0
- HardwareMonitor/lib/System.Runtime.CompilerServices.Unsafe.dll +0 -0
- HardwareMonitor/lib/__init__.py +0 -0
- hardwaremonitor-1.2.0.dist-info/METADATA +198 -0
- hardwaremonitor-1.2.0.dist-info/RECORD +54 -0
- hardwaremonitor-1.2.0.dist-info/WHEEL +5 -0
- hardwaremonitor-1.2.0.dist-info/licenses/LICENSE +29 -0
- hardwaremonitor-1.2.0.dist-info/top_level.txt +1 -0
|
@@ -0,0 +1,198 @@
|
|
|
1
|
+
Metadata-Version: 2.4
|
|
2
|
+
Name: HardwareMonitor
|
|
3
|
+
Version: 1.2.0
|
|
4
|
+
Summary: Python import layer for the LibreHardwareMonitorLib assembly.
|
|
5
|
+
Author-email: Nicholas Feix <nf@fconsoft.com>
|
|
6
|
+
License: BSD 3-Clause License
|
|
7
|
+
|
|
8
|
+
Copyright (c) 2022, Nicholas Feix
|
|
9
|
+
All rights reserved.
|
|
10
|
+
|
|
11
|
+
Redistribution and use in source and binary forms, with or without
|
|
12
|
+
modification, are permitted provided that the following conditions are met:
|
|
13
|
+
|
|
14
|
+
1. Redistributions of source code must retain the above copyright notice, this
|
|
15
|
+
list of conditions and the following disclaimer.
|
|
16
|
+
|
|
17
|
+
2. Redistributions in binary form must reproduce the above copyright notice,
|
|
18
|
+
this list of conditions and the following disclaimer in the documentation
|
|
19
|
+
and/or other materials provided with the distribution.
|
|
20
|
+
|
|
21
|
+
3. Neither the name of the copyright holder nor the names of its
|
|
22
|
+
contributors may be used to endorse or promote products derived from
|
|
23
|
+
this software without specific prior written permission.
|
|
24
|
+
|
|
25
|
+
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
|
|
26
|
+
AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
|
|
27
|
+
IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
|
|
28
|
+
DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE
|
|
29
|
+
FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
|
|
30
|
+
DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
|
|
31
|
+
SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
|
|
32
|
+
CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
|
|
33
|
+
OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
|
|
34
|
+
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
|
35
|
+
|
|
36
|
+
Project-URL: Repository, https://github.com/snip3rnick/PyHardwareMonitor
|
|
37
|
+
Keywords: monitoring,sensors,LibreHardwareMonitor
|
|
38
|
+
Classifier: License :: Other/Proprietary License
|
|
39
|
+
Classifier: Intended Audience :: Developers
|
|
40
|
+
Classifier: Environment :: Win32 (MS Windows)
|
|
41
|
+
Classifier: Programming Language :: Python
|
|
42
|
+
Classifier: Programming Language :: Python :: 3
|
|
43
|
+
Classifier: Topic :: System :: Monitoring
|
|
44
|
+
Requires-Python: >=3.6
|
|
45
|
+
Description-Content-Type: text/markdown
|
|
46
|
+
License-File: LICENSE
|
|
47
|
+
Requires-Dist: pythonnet
|
|
48
|
+
Dynamic: license-file
|
|
49
|
+
|
|
50
|
+
# PyHardwareMonitor
|
|
51
|
+
|
|
52
|
+
Python Harware Monitor is a thin package layer for [`LibreHardwareMonitorLib`](https://github.com/LibreHardwareMonitor/LibreHardwareMonitor) using [`pythonnet`](https://github.com/pythonnet/pythonnet).
|
|
53
|
+
Libre Hardware Monitor, a fork of Open Hardware Monitor, is free software that can monitor the temperature sensors, fan speeds, voltages, load and clock speeds of your computer.
|
|
54
|
+
This package is mostly auto generated using the [`pythonstubs`](https://github.com/mcneel/pythonstubs) generator tool for .NET libraries.
|
|
55
|
+
Scripts for generating, altering and extending package resources are located in the [scripts folder](https://github.com/snip3rnick/PyHardwareMonitor/tree/main/scripts).
|
|
56
|
+
|
|
57
|
+
The purpose of this layer is the ability to provide extensive typing information and additional utilities around the LibreHardwareMonitorLib.
|
|
58
|
+
|
|
59
|
+
> **Note:** Python must have **admin privileges** for `HardwareMonitor` to be able to access all available sensors properly!
|
|
60
|
+
|
|
61
|
+
|
|
62
|
+
## Prerequisites
|
|
63
|
+
- Python 3.6+
|
|
64
|
+
- pythonnet
|
|
65
|
+
- .NET 4.7
|
|
66
|
+
- PawnIO (for system sensors)
|
|
67
|
+
|
|
68
|
+
|
|
69
|
+
## Installation
|
|
70
|
+
|
|
71
|
+
Install from PyPi directly
|
|
72
|
+
```
|
|
73
|
+
pip3 install HardwareMonitor
|
|
74
|
+
```
|
|
75
|
+
|
|
76
|
+
or install locally from source
|
|
77
|
+
|
|
78
|
+
```
|
|
79
|
+
git clone https://github.com/snip3rnick/PyHardwareMonitor
|
|
80
|
+
cd PyHardwareMonitor
|
|
81
|
+
pip3 install .
|
|
82
|
+
```
|
|
83
|
+
|
|
84
|
+
### PawnIO Input/Output Driver
|
|
85
|
+
|
|
86
|
+
For many system sensors (eg. motherboard) it is required to install the [PawnIO driver](https://pawnio.eu/).
|
|
87
|
+
The driver can be installed using ``winget``
|
|
88
|
+
```
|
|
89
|
+
winget install PawnIO
|
|
90
|
+
```
|
|
91
|
+
|
|
92
|
+
Alternatively you may download the latest version from the [GitHub release](https://github.com/namazso/PawnIO.Setup/releases/latest/download/PawnIO_setup.exe) page.
|
|
93
|
+
|
|
94
|
+
|
|
95
|
+
## Basic Usage
|
|
96
|
+
|
|
97
|
+
This simple example is a python adaptation of the [**C#** example of the LibreHardwareMonitor repository](https://github.com/LibreHardwareMonitor/LibreHardwareMonitor#whats-the-easiest-way-to-start).
|
|
98
|
+
|
|
99
|
+
```python
|
|
100
|
+
from HardwareMonitor.Hardware import * # equivalent to 'using LibreHardwareMonitor.Hardware;'
|
|
101
|
+
|
|
102
|
+
class UpdateVisitor(IVisitor):
|
|
103
|
+
__namespace__ = "TestHardwareMonitor" # must be unique among implementations of the IVisitor interface
|
|
104
|
+
def VisitComputer(self, computer: IComputer):
|
|
105
|
+
computer.Traverse(self);
|
|
106
|
+
|
|
107
|
+
def VisitHardware(self, hardware: IHardware):
|
|
108
|
+
hardware.Update()
|
|
109
|
+
for subHardware in hardware.SubHardware:
|
|
110
|
+
subHardware.Update()
|
|
111
|
+
|
|
112
|
+
def VisitParameter(self, parameter: IParameter): pass
|
|
113
|
+
|
|
114
|
+
def VisitSensor(self, sensor: ISensor): pass
|
|
115
|
+
|
|
116
|
+
|
|
117
|
+
computer = Computer() # settings can not be passed as constructor argument (following below)
|
|
118
|
+
computer.IsMotherboardEnabled = True
|
|
119
|
+
computer.IsControllerEnabled = True
|
|
120
|
+
computer.IsCpuEnabled = True
|
|
121
|
+
computer.IsGpuEnabled = True
|
|
122
|
+
computer.IsBatteryEnabled = True
|
|
123
|
+
computer.IsMemoryEnabled = True
|
|
124
|
+
computer.IsNetworkEnabled = True
|
|
125
|
+
computer.IsStorageEnabled = True
|
|
126
|
+
|
|
127
|
+
computer.Open()
|
|
128
|
+
computer.Accept(UpdateVisitor())
|
|
129
|
+
|
|
130
|
+
for hardware in computer.Hardware:
|
|
131
|
+
print(f"Hardware: {hardware.Name}")
|
|
132
|
+
for subhardware in hardware.SubHardware:
|
|
133
|
+
print(f"\tSubhardware: {subhardware.Name}")
|
|
134
|
+
for sensor in subhardware.Sensors:
|
|
135
|
+
print(f"\t\tSensor: {sensor.Name}, value: {sensor.Value}")
|
|
136
|
+
for sensor in hardware.Sensors:
|
|
137
|
+
print(f"\tSensor: {sensor.Name}, value: {sensor.Value}")
|
|
138
|
+
|
|
139
|
+
computer.Close()
|
|
140
|
+
```
|
|
141
|
+
|
|
142
|
+
---
|
|
143
|
+
|
|
144
|
+
## Utilities
|
|
145
|
+
|
|
146
|
+
Utilities are located in the `HardwareMonitor.Util` module.
|
|
147
|
+
|
|
148
|
+
### Function `OpenComputer`
|
|
149
|
+
|
|
150
|
+
The `OpenComputer` function provides a shorthand for creating the `HardwareMonitor.Hardware.Computer` instance including the settings and update visitor.
|
|
151
|
+
Settings are given as keyword arguments, the following example enables just the `cpu` and `motherboard` component.
|
|
152
|
+
|
|
153
|
+
```python
|
|
154
|
+
computer = OpenComputer(cpu=True, motherboard=True) # use 'all=True' to enable every component
|
|
155
|
+
# Access sensors
|
|
156
|
+
...
|
|
157
|
+
computer.Update() # Updates all sensors
|
|
158
|
+
...
|
|
159
|
+
computer.Close()
|
|
160
|
+
```
|
|
161
|
+
|
|
162
|
+
### Function `ToBuiltinTypes`
|
|
163
|
+
|
|
164
|
+
Instances from the `HardwareMonitor` module can be reduced to primitive python types instead of `HardwareMonitor` object instances with the `ToBuiltinTypes` function.
|
|
165
|
+
Objects are recursively converted to Python builtin types (`dict`, `list`, ...).
|
|
166
|
+
This can be useful for applications that serialized the data (e.g. with json).
|
|
167
|
+
|
|
168
|
+
```python
|
|
169
|
+
computer = OpenComputer(cpu=True)
|
|
170
|
+
|
|
171
|
+
data = ToBuiltinTypes(computer.Hardware)
|
|
172
|
+
# [{'Type': 'Hardware', 'HardwareType': 'Cpu', 'Name': 'Intel Core i5-8265U', 'Sensors': [...], 'SubHardware': [...]}]
|
|
173
|
+
```
|
|
174
|
+
|
|
175
|
+
### Function `GroupSensorsByType`
|
|
176
|
+
|
|
177
|
+
Sensors of an instance of `HardwareMonitor.Harware.Hardware` are held in a flat list.
|
|
178
|
+
The helper function `GroupSensorsByType` converts the sensor list into a list of lists grouping sensors by type.
|
|
179
|
+
|
|
180
|
+
```python
|
|
181
|
+
GroupSensorsByType(sensors: Iterable[ISensor]) -> List[List[ISensor]]
|
|
182
|
+
```
|
|
183
|
+
|
|
184
|
+
### Function `SensorValueToString`
|
|
185
|
+
|
|
186
|
+
The helper function `SensorValueToString` converts sensor values to strings appending with the appropriate unit.
|
|
187
|
+
|
|
188
|
+
```python
|
|
189
|
+
SensorValueToString(value: float, type: SensorType) -> str
|
|
190
|
+
# returns "3100.0 MHz" for value=3100.0 with type=SensorType.Clock
|
|
191
|
+
```
|
|
192
|
+
|
|
193
|
+
### Dictionary `HardwareTypeString` and `SensorTypeString`
|
|
194
|
+
|
|
195
|
+
These two mappings convert values for `HardwareType` (or `SensorType`) to a string.
|
|
196
|
+
Both the integer value for the enum or the instances of the enum value (e.g. `HardwareType.Cpu`) are present as keys.
|
|
197
|
+
|
|
198
|
+
> In some environments the type fields were set to integers in others to the corresponding type instance.
|
|
@@ -0,0 +1,54 @@
|
|
|
1
|
+
HardwareMonitor/Util.py,sha256=EWwMffKaMTeMt48XqCmlcwrdzJ1E4BKlBQ9pfSo64jE,7583
|
|
2
|
+
HardwareMonitor/__init__.py,sha256=WANviOLcG5qaSW7yfjTcN-i10xHdUMP2FSjwyhPcFEA,1698
|
|
3
|
+
HardwareMonitor/Hardware/__init__.py,sha256=YqgkvblMM-ch1F_bpPyTC7dX0uNonIN5-m7NSCrkBzI,118
|
|
4
|
+
HardwareMonitor/Hardware/__init__.pyi,sha256=Mz-eGdcaL1LCkDtmQ3DJffUglW9FWTkHBgC-H60D0uo,25583
|
|
5
|
+
HardwareMonitor/Hardware/CPU/__init__.py,sha256=dG-mGdlfRIf_okM0DqxVBk8TvZC3sWHM4Fo3S8ZXOnw,126
|
|
6
|
+
HardwareMonitor/Hardware/CPU/__init__.pyi,sha256=ttQR2uj9vX69e9FIMSsfWqU6uTCsFgeXQonKwrBgcD8,1693
|
|
7
|
+
HardwareMonitor/Hardware/Controller/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
8
|
+
HardwareMonitor/Hardware/Controller/AeroCool/__init__.py,sha256=fuiJJZXpB0W8uhBkcsbHqCxDITg4gpzIeQ2eaGTvYGs,158
|
|
9
|
+
HardwareMonitor/Hardware/Controller/AeroCool/__init__.pyi,sha256=-yk49p4Hv2VdKINRizDa4n0bwqZIEQSeSI8TG6gVk6A,263
|
|
10
|
+
HardwareMonitor/Hardware/Controller/AquaComputer/__init__.py,sha256=Q6vf0zZjSs0rR9WcAOgiNr4Cxho3GKdkISfBms6h4mg,166
|
|
11
|
+
HardwareMonitor/Hardware/Controller/AquaComputer/__init__.pyi,sha256=Dw9rf_pBPJVyEgKCrBByZ24qP_UIv5XuYn-Rdued3yE,267
|
|
12
|
+
HardwareMonitor/Hardware/Controller/MSI/__init__.py,sha256=d6cai-lpLd66shR3TGofh_Q_LeYDR4d7ljMiw9bUDsQ,148
|
|
13
|
+
HardwareMonitor/Hardware/Controller/MSI/__init__.pyi,sha256=l3287N0Oc_4SlbkQAwnwQS5y8GrJVT6-vC29VFPZD5Y,2353
|
|
14
|
+
HardwareMonitor/Hardware/Gpu/__init__.py,sha256=Q03aZ49i5lGtIa9htW19uj7MpaNc7CoVr0mrvDBllzo,126
|
|
15
|
+
HardwareMonitor/Hardware/Gpu/__init__.pyi,sha256=APYUpV0RlbR8T6f_I2AWE_sHILWF-IgIPsRjm1pD-1M,118
|
|
16
|
+
HardwareMonitor/Hardware/Motherboard/__init__.py,sha256=hnjIXtA1fi1bd39silYkVqVGDXE39Iv5Nqhfg8fOpj8,142
|
|
17
|
+
HardwareMonitor/Hardware/Motherboard/__init__.pyi,sha256=vpmejrgfF3Xu9ELIzTuFxt8bVmxuU11p9a4OmwnQYR4,11161
|
|
18
|
+
HardwareMonitor/Hardware/Motherboard/Lpc/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
19
|
+
HardwareMonitor/Hardware/Motherboard/Lpc/EC/__init__.py,sha256=nS51bfXniBEZL93uyodGOQ-QF41V5bXryGXtWjasvFQ,156
|
|
20
|
+
HardwareMonitor/Hardware/Motherboard/Lpc/EC/__init__.pyi,sha256=WGOMNFZmP_-B59no8O_MUODz-paAUmP3fD6NOhwyhMQ,2657
|
|
21
|
+
HardwareMonitor/Hardware/PowerMonitor/__init__.py,sha256=KIA0dHx5ELAzkZpfMmIZdV1V5BqnUy9pwbulOtK1d8M,144
|
|
22
|
+
HardwareMonitor/Hardware/PowerMonitor/__init__.pyi,sha256=u84s6mTtJCy_gJ1_HIndl-2m0hq6SB8tAZBfkJZUBzU,998
|
|
23
|
+
HardwareMonitor/Hardware/Psu/__init__.py,sha256=2efjm1kC8HQAfn9uBrO9cGTfwb5l3ujx20g907ZZHFo,126
|
|
24
|
+
HardwareMonitor/Hardware/Psu/__init__.pyi,sha256=HE8a0cVKKrKVReH3yHTFAC7d_rZ--fut4aXTbWcevAE,147
|
|
25
|
+
HardwareMonitor/Hardware/Psu/Corsair/__init__.py,sha256=by_nIrvBHaXvlVeFeqGUss2D25BoJJILFAF23mkcoC4,142
|
|
26
|
+
HardwareMonitor/Hardware/Psu/Corsair/__init__.pyi,sha256=8XLLhORxXP29r2d0LHRyY2II8PlaORJqUZN0w1N5-XU,265
|
|
27
|
+
HardwareMonitor/Hardware/Psu/Msi/__init__.py,sha256=XAsS9Qg1G7l1mq1Az1lvltsOaUFYvBabHxcco6eT2iI,134
|
|
28
|
+
HardwareMonitor/Hardware/Psu/Msi/__init__.pyi,sha256=UxA8oH0yuH0ja8c37aoGIxFNKvLOF3SRsrQrn2DUGcs,261
|
|
29
|
+
HardwareMonitor/Hardware/Storage/__init__.py,sha256=eCNE2n8zr4bRayXaEaNpzwd89uc39Rvo8yzxec-Giv4,134
|
|
30
|
+
HardwareMonitor/Hardware/Storage/__init__.pyi,sha256=BCli3GL_nRdR91pvqNAVbVC8dMPd5_aMx3vuv59NZn4,1547
|
|
31
|
+
HardwareMonitor/Interop/__init__.py,sha256=tW65In2jGp3p67omZDwIdahuL_qOX3hS6WIaxVR2cm0,116
|
|
32
|
+
HardwareMonitor/Interop/PowerMonitor/__init__.py,sha256=xQHqZufOFZir3J3SyL8kCjFN_UYMXr8Wilk9jBrrA-s,142
|
|
33
|
+
HardwareMonitor/Interop/PowerMonitor/__init__.pyi,sha256=PNZ_PaUW9KL0ccFR0SNvTn8oi-_rgMVSeQUJbtyZwT8,5855
|
|
34
|
+
HardwareMonitor/PawnIo/__init__.py,sha256=oBJvzk8gOsO_UM-r2CgHBdTJ0iWvEne7_Iikz-c6Iyg,114
|
|
35
|
+
HardwareMonitor/PawnIo/__init__.pyi,sha256=rKeaRoFMydT7wLDbJzNkyf2PtrfOarPvXCHiPNGdy-E,3785
|
|
36
|
+
HardwareMonitor/Software/__init__.py,sha256=Ze_FPHXXISpD56Y3N415NbQTuvtnvXRQRFeNdPGJ7Sk,118
|
|
37
|
+
HardwareMonitor/Software/__init__.pyi,sha256=TFTzrrKfc-oN--EMSiwOdK7QdaYqR3m1c5JFA7NdMh0,180
|
|
38
|
+
HardwareMonitor/_util/types.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
39
|
+
HardwareMonitor/_util/types.pyi,sha256=a-hniLLaENmFTPlVJhJe8_iJAK-zvCJ4RhMne_Num3A,6685
|
|
40
|
+
HardwareMonitor/lib/BlackSharp.Core.dll,sha256=ziyQPCChbJ-m9k-jO9_EzvL0qMQsWZeX-BbmuPyEKw8,37888
|
|
41
|
+
HardwareMonitor/lib/DiskInfoToolkit.dll,sha256=OM8gbu0sjmkGjygBUVqMDk3329dk446r81RP-_pNIWQ,1001472
|
|
42
|
+
HardwareMonitor/lib/HidSharp.dll,sha256=2GaQ794w6pF59mkyDzkUiFN5O3Q6mLUxr-rzBZjiL1Q,262792
|
|
43
|
+
HardwareMonitor/lib/LICENSE,sha256=HyVuytGSiAUQ6ErWBHTqt1iSGHhLmlC8fO7jTCuR8dU,16725
|
|
44
|
+
HardwareMonitor/lib/LibreHardwareMonitorLib.dll,sha256=_18JWAM_gNNtAVamXEesEyrpeG7Xxa4Qa0-Gk6ZW2pM,1202176
|
|
45
|
+
HardwareMonitor/lib/RAMSPDToolkit-NDD.dll,sha256=oatdiwGsMiupS04NL5Jr_hSXgpYC3lcDdf21372uZR4,249344
|
|
46
|
+
HardwareMonitor/lib/System.Memory.dll,sha256=1ejkhm-c-mb3dlZg-EshAZiJPlUzVIev5evaNCwOkT0,145200
|
|
47
|
+
HardwareMonitor/lib/System.Numerics.Vectors.dll,sha256=IML6gbjHDWUQmddilU8oX9T5QuY7LXIXwUXauNSy9Mk,110344
|
|
48
|
+
HardwareMonitor/lib/System.Runtime.CompilerServices.Unsafe.dll,sha256=CMvXJ4tm8eaEJagtS5cYGkEw2T492RgxQHq6chLM2s8,19256
|
|
49
|
+
HardwareMonitor/lib/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
50
|
+
hardwaremonitor-1.2.0.dist-info/licenses/LICENSE,sha256=psiYy4oS_H6JisAdCj63Pa_ME4WvC5lt3sSQ-akqaXY,1521
|
|
51
|
+
hardwaremonitor-1.2.0.dist-info/METADATA,sha256=tDF-aahrB3SbbTCHoT00Si63_OPNwbgvE8BZwLolaSM,7904
|
|
52
|
+
hardwaremonitor-1.2.0.dist-info/WHEEL,sha256=QR8DNjG6Lr6bNErJWJgF4dP2dJ2N7NpY-BWly1OvcTM,97
|
|
53
|
+
hardwaremonitor-1.2.0.dist-info/top_level.txt,sha256=jDlKTMoU7BagQp3UImcsSB31DZW7zYYAuSuZ4FYW1D4,16
|
|
54
|
+
hardwaremonitor-1.2.0.dist-info/RECORD,,
|
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
BSD 3-Clause License
|
|
2
|
+
|
|
3
|
+
Copyright (c) 2022, Nicholas Feix
|
|
4
|
+
All rights reserved.
|
|
5
|
+
|
|
6
|
+
Redistribution and use in source and binary forms, with or without
|
|
7
|
+
modification, are permitted provided that the following conditions are met:
|
|
8
|
+
|
|
9
|
+
1. Redistributions of source code must retain the above copyright notice, this
|
|
10
|
+
list of conditions and the following disclaimer.
|
|
11
|
+
|
|
12
|
+
2. Redistributions in binary form must reproduce the above copyright notice,
|
|
13
|
+
this list of conditions and the following disclaimer in the documentation
|
|
14
|
+
and/or other materials provided with the distribution.
|
|
15
|
+
|
|
16
|
+
3. Neither the name of the copyright holder nor the names of its
|
|
17
|
+
contributors may be used to endorse or promote products derived from
|
|
18
|
+
this software without specific prior written permission.
|
|
19
|
+
|
|
20
|
+
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
|
|
21
|
+
AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
|
|
22
|
+
IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
|
|
23
|
+
DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE
|
|
24
|
+
FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
|
|
25
|
+
DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
|
|
26
|
+
SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
|
|
27
|
+
CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
|
|
28
|
+
OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
|
|
29
|
+
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
HardwareMonitor
|