This is the python extension.
Precompiled binary wheels are available for OS X and Linux on PyPi. To install use:
pip install keyvi
Ensure you have the C++ dependencies installed along with python packages defined in requirements.txt
:
Then build/install a python package:
python setup.py build
python setup.py install
The python binding uses cython and autowrap. All source files can be found in the src folder. The files _core.cpp and _core.pyx are generated on the fly during build.