1*4882a593Smuzhiyunconfig BR2_PACKAGE_PYTHON_CFFI 2*4882a593Smuzhiyun bool "python-cffi" 3*4882a593Smuzhiyun select BR2_PACKAGE_LIBFFI 4*4882a593Smuzhiyun select BR2_PACKAGE_PYTHON_PYCPARSER # runtime 5*4882a593Smuzhiyun help 6*4882a593Smuzhiyun This is the Foreign Function Interface for Python calling C 7*4882a593Smuzhiyun code. The aim of this project is to provide a convenient 8*4882a593Smuzhiyun and reliable way of calling C code from Python. 9*4882a593Smuzhiyun 10*4882a593Smuzhiyun https://pypi.python.org/pypi/cffi 11