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/