cffi
Foreign Function Interface for Python calling C code.
Foreign Function Interface for Python calling C code.
To install this package, run one of the following:
Cffi aims to allow users to call C code from Python without having to learn a 3rd language. It provides a convenient and reliable way to call compiled C code from Python using interface declarations written in C.
Summary
Foreign Function Interface for Python calling C code.
Last Updated
Jan 20, 2023 at 23:46
License
MIT
Total Downloads
9.3K
Supported Platforms
GitHub Repository
https://foss.heptapod.net/pypy/cffiDocumentation
https://cffi.readthedocs.io/en/latest/