This repo automatically packages PyLucene so it can be pip-installable!
Since it is not possible ( seriously!) to package a python module that depends on local wheel dependencies and packages installed from PyPI cannot depend on packages which are not also hosted on PyPI, pylucene can only be installed from this repository:
pip install git+https://github.com/hscells/pylucene-packaged.git
Essentially, this repo acts as a dummy wrapper which installs the correct version of pylucene for your platform as its only dependency.
See: dist/ for a list of supported platforms.