[ buster ]
[ ソース: python-cffi ]
パッケージ: python-cffi (1.12.2-1)
python-cffi に関するリンク
Debian の資源:
python-cffi ソースパッケージをダウンロード:
メンテナ:
外部の資源:
- ホームページ [cffi.readthedocs.org]
類似のパッケージ:
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