This is the python extension.
Precompiled binary wheels are available for OS X and Linux on PyPi. To install use:
pip install pykeyvi
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
pykeyvi uses cython and autowrap. All source files can be found in the src folder. The files pykeyvi.cpp and pykeyvi.pyx are generated on the fly during build.