You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Change-Id: If3e3c4e01b19443714d880ae669aaa8b39edfff7 |
4 years ago | |
|---|---|---|
| .. | ||
| c | 4 years ago | |
| cffi | 4 years ago | |
| demo | 4 years ago | |
| doc | 4 years ago | |
| testing | 4 years ago | |
| AUTHORS | 4 years ago | |
| LICENSE | 4 years ago | |
| MANIFEST.in | 4 years ago | |
| METADATA | 4 years ago | |
| MODULE_LICENSE_MIT | 4 years ago | |
| NOTICE | 4 years ago | |
| README.md | 4 years ago | |
| TEST_MAPPING | 4 years ago | |
| requirements.txt | 4 years ago | |
| setup.cfg | 4 years ago | |
| setup.py | 4 years ago | |
| setup_base.py | 4 years 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.