This repository serves as an example on how to smartly wrap a C project into Python using ctypes, the in-built foreign-function Python library. The motivation of this work is to modernize C software ...
:mod:`ctypes` is a foreign function library for Python. It provides C compatible data types, and allows calling functions in DLLs or shared libraries. It can be used to wrap these libraries in pure ...