summaryrefslogtreecommitdiff
path: root/doc/source/index.rst
blob: 54934f221fee481b67b67202a7e19223e26263e1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
================================
CFFI documentation
================================

C Foreign Function Interface for Python.  Interact with almost any C
code from Python, based on C-like declarations that you can often
copy-paste from header files or documentation.

.. toctree::
   :maxdepth: 2

   goals
   whatsnew
   installation
   overview
   using
   ref
   cdef
   embedding