skip to navigation
skip to content

ctypes 1.0.2

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.

Log in to rate this package.