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
v811_spc009_project
4 months ago
..
c v811_spc009_project 4 months ago
cffi v811_spc009_project 4 months ago
demo v811_spc009_project 4 months ago
doc v811_spc009_project 4 months ago
testing v811_spc009_project 4 months ago
AUTHORS v811_spc009_project 4 months ago
Android.bp v811_spc009_project 4 months ago
LICENSE v811_spc009_project 4 months ago
MANIFEST.in v811_spc009_project 4 months ago
METADATA v811_spc009_project 4 months ago
MODULE_LICENSE_MIT v811_spc009_project 4 months ago
README.md v811_spc009_project 4 months ago
requirements.txt v811_spc009_project 4 months ago
setup.cfg v811_spc009_project 4 months ago
setup.py v811_spc009_project 4 months ago
setup_base.py v811_spc009_project 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

Download page

Contact

Mailing list

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.