maxim-yurchuk 9731d8a4bb publishFullContrib: true for ydb 4 месяцев назад
..
.dist-info 960109135f Intermediate changes 5 месяцев назад
.yandex_meta 9731d8a4bb publishFullContrib: true for ydb 4 месяцев назад
c 960109135f Intermediate changes 5 месяцев назад
cffi 960109135f Intermediate changes 5 месяцев назад
gen 80474552e4 Intermediate changes 4 месяцев назад
patches 9731d8a4bb publishFullContrib: true for ydb 4 месяцев назад
AUTHORS f5137907c9 Split cffi on py2/py3 1 год назад
LICENSE f5137907c9 Split cffi on py2/py3 1 год назад
README.md a1a81f282c Intermediate changes 6 месяцев назад
lsan.supp 051b774378 add lsan.supp for address sanitizer 1 год назад
ya.make 960109135f Intermediate changes 5 месяцев назад

README.md

GitHub Actions Status PyPI version Read the Docs

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/