cffi (2.0.0)

Published 2025-10-26 14:00:29 +01:00 by eofredj

Installation

pip install --index-url  cffi

About this package

Foreign Function Interface for Python calling C code.

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

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
PyPI
2025-10-26 14:00:29 +01:00
111
Armin Rigo, Maciej Fijalkowski
216 KiB
Assets (1)
Versions (3) View all
2.0.0 2025-10-26
1.17.1 2024-12-10
1.16.0 2024-11-27