Metadata-Version: 2.1
Name: HardwareProvider
Version: 0.1.6
Summary: A package used to get hardware info and specs. 
Home-page: https://github.com/kethan1/Hardware-Info
Author: Kethan
Author-email: kethan@vegunta.com
License: UNKNOWN
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.3
Description-Content-Type: text/markdown
Requires-Dist: psutil
Requires-Dist: py-cpuinfo
Requires-Dist: speedtest-cli
Requires-Dist: wmi ; platform_system == "Windows"
Requires-Dist: pywin32 ; platform_system == "Windows"
Requires-Dist: WinTmp ; platform_system == "Windows"

# HardwareProvider

This package finds info about the hardware. 

The github page is: https://github.com/kethan1/HardwareProvider.
The pypi page is: https://pypi.org/project/HardwareProvider/

This page is installable with pip, pip install HardwareProvider. 


