1
0
Fork 0
mirror of https://github.com/anrieff/libcpuid synced 2024-11-20 23:01:51 +00:00
libcpuid/python/README.md
Pavol Žáčik ec938b5d42 Document the Python bindings using Sphinx
Additionally, setup the documentation for
deployment to Read The Docs.
2024-08-25 12:43:29 +02:00

8 lines
304 B
Markdown

# 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](https://libcpuid.readthedocs.io/en/latest/index.html#)
to see how the library is used.