1================================ 2CFFI documentation 3================================ 4 5C Foreign Function Interface for Python. Interact with almost any C 6code from Python, based on C-like declarations that you can often 7copy-paste from header files or documentation. 8 9.. toctree:: 10 :maxdepth: 2 11 12 goals 13 whatsnew 14 installation 15 overview 16 using 17 ref 18 cdef 19 embedding 20 21 22 23