1
0
Fork 0
mirror of https://github.com/anrieff/libcpuid synced 2025-01-13 19:56:40 +00:00
libcpuid/python
Pavol Žáčik 20fbc35374 Python: Refactor the build of the bindings
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.
2024-09-02 10:27:30 +02:00
..
docs Document the Python bindings using Sphinx 2024-08-25 12:43:29 +02:00
src/libcpuid Python: Refactor the build of the bindings 2024-09-02 10:27:30 +02:00
tests Add simple sanity tests of the Python bindings 2024-08-25 12:43:29 +02:00
pyproject.toml Python: Refactor the build of the bindings 2024-09-02 10:27:30 +02:00
README.md Document the Python bindings using Sphinx 2024-08-25 12:43:29 +02:00
setup.py Add Python bindings 2024-08-25 12:43:29 +02:00

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.