Skip to content

Latest commit

 

History

History
23 lines (12 loc) · 654 Bytes

README.md

File metadata and controls

23 lines (12 loc) · 654 Bytes

pykeyvi

This is the python extension.

Quick

Precompiled binary wheels are available for OS X and Linux on PyPi. To install use:

pip install pykeyvi

From source

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

Develop

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.