SkillAgentSearch skills...

Cffi

A Foreign Function Interface package for calling C libraries from Python.

Install / Use

/learn @python-cffi/Cffi
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

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/
View on GitHub
GitHub Stars249
CategoryDevelopment
Updated1d ago
Forks78

Languages

Python

Security Score

80/100

Audited on Mar 26, 2026

No findings