
The cpuinfo Python module provides pure Python tools for getting CPU infos.
py-cpuinfo works without any extra programs or libraries beyond what the OS provides. For instance - on Linux based systems - python-cpuinfo retrieves information from various sources, including but not restricted to: /proc/cpuinfo, dmesg, lscpu, device-tree ibm features flags, etc.
This package installs the library for Python 3.