robot-piglet 8ca7961c8f Intermediate changes 7 months ago
..
.dist-info 8ca7961c8f Intermediate changes 7 months ago
c f5137907c9 Split cffi on py2/py3 1 year ago
cffi f5137907c9 Split cffi on py2/py3 1 year ago
gen f5137907c9 Split cffi on py2/py3 1 year ago
AUTHORS f5137907c9 Split cffi on py2/py3 1 year ago
LICENSE f5137907c9 Split cffi on py2/py3 1 year ago
README.md f5137907c9 Split cffi on py2/py3 1 year ago
lsan.supp 8df96b0b1c ydb: fix compilatino with address sanitizer 1 year ago
ya.make f5137907c9 Split cffi on py2/py3 1 year ago

README.md

CFFI

Foreign Function Interface for Python calling C code. Please see the Documentation or uncompiled in the doc/ subdirectory.

Download

Download page

Contact

Mailing list

Testing/development tips

To run tests under CPython, run::

pip install pytest     # if you don't have py.test already
pip install pycparser
python setup.py build_ext -f -i
py.test c/ testing/

If you run in another directory (either the tests or another program), you should use the environment variable PYTHONPATH=/path to point to the location that contains the _cffi_backend.so just compiled.