![]() |
4 months ago | |
---|---|---|
.. | ||
.dist-info | 8ca7961c8f Intermediate changes | 10 months ago |
.yandex_meta | 9731d8a4bb publishFullContrib: true for ydb | 4 months ago |
c | f5137907c9 Split cffi on py2/py3 | 1 year ago |
cffi | f5137907c9 Split cffi on py2/py3 | 1 year ago |
gen | 80474552e4 Intermediate changes | 4 months ago |
patches | 9731d8a4bb publishFullContrib: true for ydb | 4 months ago |
AUTHORS | f5137907c9 Split cffi on py2/py3 | 1 year ago |
LICENSE | f5137907c9 Split cffi on py2/py3 | 1 year ago |
README.md | f5137907c9 Split cffi on py2/py3 | 1 year ago |
lsan.supp | 8df96b0b1c ydb: fix compilatino with address sanitizer | 1 year ago |
ya.make | f5137907c9 Split cffi on py2/py3 | 1 year ago |
Foreign Function Interface for Python calling C code. Please see the Documentation or uncompiled in the doc/ subdirectory.
To run tests under CPython, run::
pip install pytest # if you don't have py.test already
pip install pycparser
python setup.py build_ext -f -i
py.test c/ testing/
If you run in another directory (either the tests or another program),
you should use the environment variable PYTHONPATH=/path
to point
to the location that contains the _cffi_backend.so
just compiled.