| 123456789101112131415161718192021222324252627 | Metadata-Version: 2.1Name: py-cpuinfoVersion: 9.0.0Summary: Get CPU info with pure PythonHome-page: https://github.com/workhorsy/py-cpuinfoAuthor: Matthew Brennan JonesAuthor-email: matthew.brennan.jones@gmail.comLicense: MITPlatform: UNKNOWNClassifier: Development Status :: 5 - Production/StableClassifier: Topic :: UtilitiesClassifier: License :: OSI Approved :: MIT LicenseClassifier: Programming Language :: Python :: 3License-File: LICENSEpy-cpuinfo==========Py-cpuinfo gets CPU info with pure Python. Py-cpuinfo should workwithout any extra programs or libraries, beyond what your OS provides.It does not require any compilation(C/C++, assembly, et cetera) to use.It works with Python 3.Documentation can be viewed here: https://github.com/workhorsy/py-cpuinfo
 |