Metadata-Version: 2.1
Name: libcpuid
Version: 0.1.0
Summary: Python bindings for the libcpuid C library
Author-email: Pavol Žáčik <zacikpa@gmail.com>
License: BSD-3-Clause
Description-Content-Type: text/markdown
Requires-Dist: cffi

# 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.
