cffi - PyPI
https://pypi.org/project/cffi13.10.2021 · Jun 18, 2012. Download files. Download the file for your platform. If you're not sure which to choose, learn more about installing packages. Files for cffi, version 1.15.0. Filename, size. File type. Python version.
cffi - PyPI
pypi.org › project › cffiOct 13, 2021 · Foreign Function Interface for Python calling C code. Hashes for cffi-1.15.0-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl
Overview — CFFI 1.15.0 documentation
cffi.readthedocs.io › en › latestCFFI can be used in one of four modes: “ABI” versus “API” level, each with “in-line” or “out-of-line” preparation (or compilation). The ABI mode accesses libraries at the binary level, whereas the faster API mode accesses them with a C compiler. We explain the difference in more details below.