blob: 4e6900449b2f2529351c8823ae880b58d234288e (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
CFFI
====
Foreign Function Interface for Python calling C code.
Please see the [Documentation](http://cffi.readthedocs.org/) or uncompiled
in the doc/ subdirectory.
Download
--------
[Download page](https://bitbucket.org/cffi/cffi/downloads)
Contact
-------
[Mailing list](https://groups.google.com/forum/#!forum/python-cffi)
To run tests under CPython, run:
python setup.py build_ext -i
|