mirror of
https://github.com/anrieff/libcpuid
synced 2024-11-10 22:59:13 +00:00
20fbc35374
When building the binding, link the dynamic C library as built by `make` instead of linking the system-installed C library. This simplifies packaging in Linux distributions and also the build of the live docs. |
||
---|---|---|
.. | ||
docs | ||
src/libcpuid | ||
tests | ||
pyproject.toml | ||
README.md | ||
setup.py |
libcpuid
libcpuid is a package that provides Python bindings to the C library of the same name. Its main feature is CPU identification for the x86 and ARM architectures.
Visit the documentation at Read the Docs to see how the library is used.