Metadata-Version: 2.4
Name: HardView
Version: 3.2.0b2
Summary: A comprehensive Python library for collecting hardware information and real-time performance monitoring.
Home-page: https://github.com/gafoo173/HardView
Author: gafoo
Author-email: omarwaled3374@gmail.com
License: MIT
Project-URL: Bug Reports, https://github.com/gafoo173/HardView/issues
Project-URL: Source, https://github.com/gafoo173/HardView
Keywords: hardware system monitoring performance cpu ram disk network gpu bios windows linux wmi real-time live
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Operating System :: Microsoft :: Windows
Classifier: Operating System :: POSIX :: Linux
Classifier: Topic :: System :: Hardware
Classifier: Topic :: System :: Monitoring
Requires-Python: >=3.7
Description-Content-Type: text/markdown
License-File: LICENSE
License-File: LICENSE.GPL3
Requires-Dist: pybind11>=2.6
Provides-Extra: dev
Requires-Dist: pytest>=6.0; extra == "dev"
Dynamic: author
Dynamic: author-email
Dynamic: classifier
Dynamic: description
Dynamic: description-content-type
Dynamic: home-page
Dynamic: keywords
Dynamic: license
Dynamic: license-file
Dynamic: project-url
Dynamic: provides-extra
Dynamic: requires-dist
Dynamic: requires-python
Dynamic: summary


# HardView 3.2.0b2

A comprehensive Python library for querying low-level hardware information and monitoring system performance in real-time on Windows and Linux systems.

---

### Additions in 3.2.0b2

Added custom update functions to allow updating a single hardware component instead of performing a general update.  
For example, you can update only the CPU sensors without updating all other components.  

These functions were added to the `PyManageTemp` class in HardView.LiveView:  

- SpecificUpdate(id: int)
- MultiSpecificUpdate(ids: list[int])


---

    
