[ buster ]
[ 源代码: python-cffi ]
软件包:python-cffi(1.12.2-1)
Foreign Function Interface for Python calling C code
Convenient and reliable way of calling C code from Python.
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 necessary build and runtime support for cffi modules.
其他与 python-cffi 有关的软件包
|
|
|
|
-
- dep: python
- 交互式高级面向对象语言(Python2 版本)
-
- dep: python-cffi-backend (<< 1.12.2-1+c)
- Foreign Function Interface for Python calling C code - backend
- dep: python-cffi-backend (>= 1.12.2-1)
-
- dep: python-pycparser
- C parser in Python
-
- sug: python-dev
- header files and a static library for Python2