cffi
v2.1.0Foreign Function Interface for Python calling C code.
170 KB Python 3.10+ platform-specificMIT-01 deps
$ uv add cffiCFFI
Foreign Function Interface for Python calling C code.
Please see the Documentation or uncompiled in the doc/ subdirectory.
Download
Source Code
Source code is publicly available on GitHub.
Contact
Testing/development tips
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/
Details
- Version
- 2.1.0
- License
- MIT-0
- Python
- >=3.10
- Maintainer
- Armin Rigo, Maciej Fijalkowski
Release Cadence
3
releases in the past year
avg 66 days between releases
Platforms
linuxarm64mac-x86mac-armwinmusl
Maintainers
- Armin Rigo
- Maciej Fijalkowski