Pakket: python-cffi (1.12.2-1)
Verwijzigingen voor python-cffi
Debian bronnen:
Het bronpakket python-cffi downloaden:
Beheerders:
Externe bronnen:
- Homepage [cffi.readthedocs.org]
Vergelijkbare pakketten:
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.
Andere aan python-cffi gerelateerde pakketten
|
|
|
|
-
- dep: python
- interactive high-level object-oriented language (Python2 version)
-
- 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