Libreria cpuid para Python y C (aun en desarollo).
Clonar con:
git clone --recurse-submodules https://github.com/desmonHak/cpuid.git
git submodule update --init --recursiveConstruya los modulos python con:
make
python setup.py installo usando:
make build_python
python setup.py installSi usa mingw32 posiblemente deba usar mingw32-make enb lugar de make