python-cffi-dbg

Foreign function interface for python calling c code (debug version)
  http://cffi.readthedocs.org/
  0
  no reviews



Convenient and reliable way of calling c code from python.

the aim of this project is to provide a convenient and reliable way of calling c code from python. it keeps python logic in python, and minimises the c required. it is able to work at either the c api or abi level, unlike most other approaches, that only support the abi level.

this package contains the debug version of python-cffi.