File size: 794 Bytes
9c6594c |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 |
Metadata-Version: 2.1
Name: py-cpuinfo
Version: 9.0.0
Summary: Get CPU info with pure Python
Home-page: https://github.com/workhorsy/py-cpuinfo
Author: Matthew Brennan Jones
Author-email: matthew.brennan.jones@gmail.com
License: MIT
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Topic :: Utilities
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
License-File: LICENSE
py-cpuinfo
==========
Py-cpuinfo gets CPU info with pure Python. Py-cpuinfo should work
without 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
|