maxim-yurchuk 9731d8a4bb publishFullContrib: true for ydb 4 months ago
..
.dist-info 960109135f Intermediate changes 5 months ago
.yandex_meta 9731d8a4bb publishFullContrib: true for ydb 4 months ago
c 960109135f Intermediate changes 5 months ago
cffi 960109135f Intermediate changes 5 months ago
gen 80474552e4 Intermediate changes 4 months ago
patches 9731d8a4bb publishFullContrib: true for ydb 4 months ago
AUTHORS f5137907c9 Split cffi on py2/py3 1 year ago
LICENSE f5137907c9 Split cffi on py2/py3 1 year ago
README.md a1a81f282c Intermediate changes 6 months ago
lsan.supp 051b774378 add lsan.supp for address sanitizer 1 year ago
ya.make 960109135f Intermediate changes 5 months ago

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/