cffi (2.0.0)
Published 2025-12-10 17:59:13 +00:00 by codeking
Installation
pip install --index-url cffiAbout this package
Foreign Function Interface for Python calling C code.
CFFI
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/
Requirements
Requires Python: >=3.9
Details
2025-12-10 17:59:13 +00:00
Assets (1)
Versions (2)
View all
PyPI
4
Armin Rigo, Maciej Fijalkowski
214 KiB