Skip to content

hscells/pylucene-packaged

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

71 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PyLucene (packaged)

This repo automatically packages PyLucene so it can be pip-installable!

Installation

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.

Supported Platforms

See: dist/ for a list of supported platforms.