Package: python3-cffi-backend Source: python-cffi Version: 1.17.1-3 Architecture: amd64 Maintainer: Debian Python Team Installed-Size: 238 Depends: python3 (<< 3.14), python3 (>= 3.13~), libc6 (>= 2.38), libffi8 (>= 3.4) Provides: python3-cffi-backend-api-9729, python3-cffi-backend-api-max (= 10495), python3-cffi-backend-api-min (= 9729) Section: python Priority: optional Multi-Arch: same Homepage: https://cffi.readthedocs.org/ Description: Foreign Function Interface for Python 3 calling C code - runtime Convenient and reliable way of calling C code from Python 3. . The aim of this project is to provide a convenient and reliable way of calling C code from Python. It keeps Python logic in Python, and minimises the C required. It is able to work at either the C API or ABI level, unlike most other approaches, that only support the ABI level. . This package contains the runtime support for pre-built cffi modules.