You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
jianglk.darker
7ee447c011
|
4 months ago | |
---|---|---|
.. | ||
c | 4 months ago | |
cffi | 4 months ago | |
demo | 4 months ago | |
doc | 4 months ago | |
testing | 4 months ago | |
AUTHORS | 4 months ago | |
Android.bp | 4 months ago | |
LICENSE | 4 months ago | |
MANIFEST.in | 4 months ago | |
METADATA | 4 months ago | |
MODULE_LICENSE_MIT | 4 months ago | |
README.md | 4 months ago | |
requirements.txt | 4 months ago | |
setup.cfg | 4 months ago | |
setup.py | 4 months ago | |
setup_base.py | 4 months ago |
README.md
CFFI
Foreign Function Interface for Python calling C code. Please see the Documentation or uncompiled in the doc/ subdirectory.
Download
Contact
Testing/development tips
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.