|
|
%!s(int64=7) %!d(string=hai) anos | |
|---|---|---|
| .. | ||
| c | %!s(int64=7) %!d(string=hai) anos | |
| cffi | %!s(int64=7) %!d(string=hai) anos | |
| demo | %!s(int64=7) %!d(string=hai) anos | |
| doc | %!s(int64=7) %!d(string=hai) anos | |
| testing | %!s(int64=7) %!d(string=hai) anos | |
| AUTHORS | %!s(int64=7) %!d(string=hai) anos | |
| LICENSE | %!s(int64=7) %!d(string=hai) anos | |
| MANIFEST.in | %!s(int64=7) %!d(string=hai) anos | |
| PKG-INFO | %!s(int64=7) %!d(string=hai) anos | |
| README.md | %!s(int64=7) %!d(string=hai) anos | |
| setup.cfg | %!s(int64=7) %!d(string=hai) anos | |
| setup.py | %!s(int64=7) %!d(string=hai) anos | |
| setup_base.py | %!s(int64=7) %!d(string=hai) anos | |
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.