shadchin 680f069da7 Support Python 3.12 for `cffi` 9 months ago
..
.dist-info 6cd8ed34b1 Update contrib/python/cffi/py3 to 1.16.0 11 months ago
c 6cd8ed34b1 Update contrib/python/cffi/py3 to 1.16.0 11 months ago
cffi 6cd8ed34b1 Update contrib/python/cffi/py3 to 1.16.0 11 months ago
gen f5137907c9 Split cffi on py2/py3 11 months ago
AUTHORS f5137907c9 Split cffi on py2/py3 11 months ago
LICENSE f5137907c9 Split cffi on py2/py3 11 months ago
README.md 6cd8ed34b1 Update contrib/python/cffi/py3 to 1.16.0 11 months ago
lsan.supp 051b774378 add lsan.supp for address sanitizer 11 months ago
ya.make 680f069da7 Support Python 3.12 for `cffi` 9 months 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

Source Code

Source code is publicly available on GitHub.

Contact

Mailing list

Testing/development tips

To run tests under CPython, run the following in the source root directory::

pip install pytest
pip install -e .  # editable install of CFFI for local development
pytest c/ testing/