robot-piglet 3a7cb5704a Intermediate changes | 2 months ago | |
---|---|---|
.. | ||
.dist-info | a1a81f282c Intermediate changes | 3 months ago |
c | a1a81f282c Intermediate changes | 3 months ago |
cffi | a1a81f282c Intermediate changes | 3 months ago |
gen | 3a7cb5704a Intermediate changes | 2 months ago |
AUTHORS | f5137907c9 Split cffi on py2/py3 | 1 year ago |
LICENSE | f5137907c9 Split cffi on py2/py3 | 1 year ago |
README.md | a1a81f282c Intermediate changes | 3 months ago |
lsan.supp | 051b774378 add lsan.supp for address sanitizer | 1 year ago |
ya.make | a1a81f282c Intermediate changes | 3 months ago |
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/