Metadata-Version: 2.1
Name: HardView
Version: 3.2.0b1
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"


# HardView 3.2.0b1

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.0b1

- Added the new **HardView.smbios** module for Windows, which is responsible for parsing SMBIOS and displaying its information.  
  The goal is to provide a faster and better alternative for retrieving **static hardware information** compared to the old module **HardView.HardView**.


---

    
