You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
23 lines
388 B
23 lines
388 B
7 months ago
|
================================
|
||
|
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
|
||
|
|
||
|
|
||
|
|