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 --recursive
Construya los modulos python con:
make
python setup.py install
o usando:
make build_python
python setup.py install
Si usa mingw32 posiblemente deba usar mingw32-make
enb lugar de make