Log in or register to vote.

ctypes

create and manipulate C data types in Python, call functions in shared libraries

ctypes is a Python package to create and manipulate C data types in
Python, and to call functions in dynamic link libraries/shared
dlls. It allows wrapping these libraries in pure Python.

+4