To install this package, run one of the following:
Foreign Function Interface for Python calling C code.
Please see the [Documentation] or uncompiled in the doc/ subdirectory.
Source code is publicly available on GitHub.
After git clone or wget && tar, we will get a directory called cffi or cffi-x.x.x. we call it repo-directory. To run tests under CPython, run the following in the repo-directory:
pip install pytest
pip install -e . # editable install of CFFI for local development
pytest src/c/ testing/
Last Updated
Nov 26, 2025 at 07:47
Total Downloads
10.6K
Supported Platforms