C Foreign Function Interface for Python
conda install odsp-test::cffi
conda install odsp-test/label/QA-ready-2018-Q4-Py37::cffi
conda install odsp-test/label/ga_2017_q3::cffi
conda install odsp-test/label/miniconda::cffi
conda install odsp-test/label/performance::cffi
conda install odsp-test/label/ptf_2018_q1::cffi
conda install odsp-test/label/ptf_2018_q4::cffi
conda install odsp-test/label/ptf_2019_q1::cffi
conda install odsp-test/label/ptf_2023_q2::cffi
Cffi aims to allow users to call C code from Python without having to learn a 3rd language. It provides a convenient and reliable way to call compiled C code from Python using interface declarations written in C.