|
|
hace 7 años | |
|---|---|---|
| .. | ||
| c | hace 7 años | |
| cffi | hace 7 años | |
| demo | hace 7 años | |
| doc | hace 7 años | |
| testing | hace 7 años | |
| AUTHORS | hace 7 años | |
| LICENSE | hace 7 años | |
| MANIFEST.in | hace 7 años | |
| PKG-INFO | hace 7 años | |
| README.md | hace 7 años | |
| setup.cfg | hace 7 años | |
| setup.py | hace 7 años | |
| setup_base.py | hace 7 años | |
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.