Skip to content

python-cffi/cffi

Folders and files

NameName
Last commit message
Last commit date

Latest commit

25172b8 · Jan 3, 2025
Sep 6, 2024
Jul 26, 2024
Jan 3, 2025
Dec 9, 2024
Dec 9, 2024
Sep 28, 2023
Sep 25, 2023
Jun 14, 2023
Apr 23, 2016
Jun 18, 2012
Sep 26, 2023
Feb 7, 2024
Sep 6, 2024
Sep 6, 2024
Nov 28, 2020

Repository files navigation

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/