PyLucene is now supported with both Python 2 and Python 3

PyLucene is a Python extension
for accessing
Java LuceneTM. Its goal
is to allow you to use Lucene’s text indexing and searching
capabilities from Python. It is API compatible with the latest
version of Java Lucene, version 6.5.0 as of April 6th, 2017. Read more

Similar

Making a Python Package in 2021

If you are like me, every once in a while you write a useful python utility and want to share it with your colleagues. The best way to do this is to make a package: it easy to install and saves from copy-pasting. (more…)

Read more »