create and manipulate C data types in Python, call functions in shared libraries
Project description
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.