1
0
Fork 0
mirror of https://github.com/anrieff/libcpuid synced 2024-11-10 22:59:13 +00:00
libcpuid/python
Pavol Žáčik 9915832b21 Add simple sanity tests of the Python bindings
And include them in the CI together with pylint
and formatting checks.
2024-08-25 12:43:29 +02:00
..
docs
src/libcpuid Add simple sanity tests of the Python bindings 2024-08-25 12:43:29 +02:00
tests Add simple sanity tests of the Python bindings 2024-08-25 12:43:29 +02:00
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.