Metadata-Version: 2.1
Name: HardView
Version: 3.3.1
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.3.1

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

---

### Fixes in 3.3.1
- Fixed a potential memory leak in the SMART module scan_all_drives function.
---

    
