Hi.We're pleased to announce the first public release, 0.1 of CFFI, a way to call C from Python. (This release does not support PyPy yet --- but we announce it here as it is planned for the next release :-)The package is available on bitbucket as well as documented. You can also install it straight from the python package index (pip).The aim of this project is to provide a convenient and reliable way of calling C code from Python. The interface is based on LuaJIT's FFI and follows a few principl
More
