1
0
Fork 0
mirror of https://github.com/anrieff/libcpuid synced 2024-11-20 23:01:51 +00:00
libcpuid/.gitignore
Pavol Žáčik 40e2d5fcb6 Add Python bindings
The bindings are implemented via python-cffi and cover all
current functionality of the library. They do not provide
a 1-to-1 mapping of the functionality, but a more "Pythonic"
API instead.

When new functionality is added to the libcpuid library
in the future, the changes must be manually added to the
bindings in order to appear in the Python interface.
However, if only a C enum is extended, the changes will
be automatically reflected in the Python interface.
2024-08-25 12:43:29 +02:00

51 lines
568 B
Text

*~
*.lo
*.la
*.o
*.obj
libtool
ltmain.sh
configure
missing
stamp-h1
Makefile
Makefile.in
aclocal.m4
m4
autom4te.cache
config.guess
config.h.in
config.h
config.log
config.status
config.sub
*/.deps
*/.libs
cpuid_tool/cpuid_tool
depcomp
install-sh
libcpuid.pc
libcpuid/docs
libcpuid/Doxyfile
libcpuid/doxyfile.stamp
ar-lib
compile
ipch
*.opensdf
*.sdf
*.suo
libcpuid/x32
libcpuid/x64
cpuid_tool/x32
cpuid_tool/x64
*.vcxproj.user
build
docs
.vscode
raw.txt
report.txt
*__pycache__
python/dist
python/src/libcpuid/_libcpuid_cffi.*
python/src/libcpuid/libcpuid.h
*.egg-info