hscells / pylucene-packaged

Pre-built, pip-installable pylucene package

Home Page:https://github.com/hscells/pybool_ir

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

Pre-built, pip-installable pylucene package

https://github.com/hscells/pybool_ir

License:Apache License 2.0


Languages

Language:Python 100.0%