Foreign Function Interface for Python calling C code.
Project Links
Meta
Author: Armin Rigo, Maciej Fijalkowski
Maintainer: Matt Davis, Matt Clay, Matti Picus
Requires Python: >=3.9
Classifiers
Programming Language
- Python
- Python :: 3
- Python :: 3.9
- Python :: 3.10
- Python :: 3.11
- Python :: 3.12
- Python :: 3.13
- Python :: 3.14
- Python :: Free Threading :: 2 - Beta
- Python :: Implementation :: CPython
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/
Sep 08, 2025
2.0.0
Jul 29, 2025
2.0.0b1
Sep 04, 2024
1.17.1
Aug 06, 2024
1.17.0
May 23, 2024
1.17.0rc1
Sep 28, 2023
1.16.0
Sep 26, 2023
1.16.0rc2
Sep 25, 2023
1.16.0rc1
Jun 30, 2022
1.15.1
Oct 13, 2021
1.15.0
Oct 06, 2021
1.15.0rc2
Sep 22, 2021
1.15.0rc1
Jul 09, 2021
1.14.6
Feb 11, 2021
1.14.5
Nov 24, 2020
1.14.4
Sep 15, 2020
1.14.3
Aug 15, 2020
1.14.2
Jul 26, 2020
1.14.1
Feb 07, 2020
1.14.0
Nov 03, 2019
1.13.2
Oct 21, 2019
1.13.1
Oct 15, 2019
1.13.0
Apr 19, 2019
1.12.3
Feb 26, 2019
1.12.2
Feb 16, 2019
1.12.1
Feb 13, 2019
1.12.0
Feb 27, 2018
1.11.5
Jan 13, 2018
1.11.4
Jan 11, 2018
1.11.3
Oct 09, 2017
1.11.2
Oct 04, 2017
1.11.1
Sep 16, 2017
1.11.0
Mar 21, 2017
1.10.0
Nov 12, 2016
1.9.1
Nov 12, 2016
1.9.0
Sep 17, 2016
1.8.3
Sep 06, 2016
1.8.2
Jun 20, 2016
1.7.0
Apr 21, 2016
1.6.0
Feb 13, 2016
1.5.2
Feb 13, 2016
1.5.1
Jan 16, 2016
1.5.0
Dec 21, 2015
1.4.2
Dec 17, 2015
1.4.1
Dec 17, 2015
1.4.0
Nov 18, 2015
1.3.1
Oct 21, 2015
1.3.0
Aug 20, 2015
1.2.1
Aug 19, 2015
1.2.0
Jun 09, 2015
1.1.2
Jun 07, 2015
1.1.1
May 30, 2015
1.1.0
May 25, 2015
1.0.3
May 23, 2015
1.0.2
May 21, 2015
1.0.1
May 19, 2015
1.0.0
Mar 13, 2015
0.9.2
Mar 08, 2015
0.9.1
Mar 03, 2015
0.9.0
Jul 05, 2014
0.8.6
Jul 05, 2014
0.8.5
Jul 05, 2014
0.8.4
Jul 05, 2014
0.8.3
Mar 07, 2014
0.8.2
Nov 24, 2013
0.8.1
Nov 14, 2013
0.8
Aug 01, 2013
0.7.2
Aug 01, 2013
0.7.1
Aug 01, 2013
0.7
Apr 05, 2013
0.6
Feb 07, 2013
0.5
Nov 28, 2012
0.4.2
Nov 25, 2012
0.4.1
Nov 21, 2012
0.4
Aug 13, 2012
0.3
Jul 27, 2012
0.2.1
Jul 26, 2012
0.2
Jun 18, 2012
0.1
Wheel compatibility matrix
Files in release
Extras:
None
Dependencies: