shadchin 680f069da7 Support Python 3.12 for `cffi` 11 месяцев назад
..
.dist-info 6cd8ed34b1 Update contrib/python/cffi/py3 to 1.16.0 1 год назад
c 6cd8ed34b1 Update contrib/python/cffi/py3 to 1.16.0 1 год назад
cffi 6cd8ed34b1 Update contrib/python/cffi/py3 to 1.16.0 1 год назад
gen f5137907c9 Split cffi on py2/py3 1 год назад
AUTHORS f5137907c9 Split cffi on py2/py3 1 год назад
LICENSE f5137907c9 Split cffi on py2/py3 1 год назад
README.md 6cd8ed34b1 Update contrib/python/cffi/py3 to 1.16.0 1 год назад
lsan.supp 051b774378 add lsan.supp for address sanitizer 1 год назад
ya.make 680f069da7 Support Python 3.12 for `cffi` 11 месяцев назад

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/