robot-piglet a1a81f282c Intermediate changes | 3 месяцев назад | |
---|---|---|
.. | ||
.dist-info | a1a81f282c Intermediate changes | 3 месяцев назад |
c | a1a81f282c Intermediate changes | 3 месяцев назад |
cffi | a1a81f282c Intermediate changes | 3 месяцев назад |
gen | f5137907c9 Split cffi on py2/py3 | 1 год назад |
AUTHORS | f5137907c9 Split cffi on py2/py3 | 1 год назад |
LICENSE | f5137907c9 Split cffi on py2/py3 | 1 год назад |
README.md | a1a81f282c Intermediate changes | 3 месяцев назад |
lsan.supp | 051b774378 add lsan.supp for address sanitizer | 1 год назад |
ya.make | a1a81f282c Intermediate changes | 3 месяцев назад |
Foreign Function Interface for Python calling C code.
Please see the Documentation or uncompiled in the doc/
subdirectory.
Source code is publicly available on GitHub.
To run tests under CPython, run the following in the source root directory:
pip install pytest
pip install -e . # editable install of CFFI for local development
pytest c/ testing/