Index of /lucene/pylucene/

 Last modifiedSizeDescription

Parent Directory  -
text.gifKEYS19-Nov-2009 05:443.76K
tar.gifpylucene-2.4.1-1-src.tar.gz03-Apr-2009 08:433.28M
text.gifpylucene-2.4.1-1-src.tar.gz.asc03-Apr-2009 08:43195
tar.gifpylucene-2.4.1-2-src.tar.gz23-May-2009 07:303.28M
text.gifpylucene-2.4.1-2-src.tar.gz.asc23-May-2009 07:30195
tar.gifpylucene-2.9.0-1-src.tar.gz14-Oct-2009 04:543.29M
text.gifpylucene-2.9.0-1-src.tar.gz.asc14-Oct-2009 04:54195
tar.gifpylucene-2.9.1-1-src.tar.gz07-Nov-2009 15:5815.18M
text.gifpylucene-2.9.1-1-src.tar.gz.asc07-Nov-2009 15:58833

PyLucene Downloads

Note About tar.gz Files

The tar files in the distribution use GNU tar extensions and must be untarred with a GNU compatible version of tar. The version of tar on Solaris will not work with these files.

Changes

The changes in this release are detailed in the release notes.

Thank you for using PyLucene.

Signatures

Many of the files have been digitally signed using GnuPG. If so, there will be an accompanying file.asc signature file in the same directory as the file. The signing keys can be found in the distribution directory at <http://www.apache.org/dist/lucene/pylucene/KEYS>.

Always download the KEYS file directly from the Apache site, never from a mirror site.

Always test available signatures, e.g.,
$ pgpk -a KEYS
$ pgpk pylucene-2.4.1-1-src.tar.gz.asc
or,
$ pgp -ka KEYS
$ pgp pylucene-2.4.1-1-src.tar.gz.asc
or,
$ gpg --import KEYS
$ gpg --verify pylucene-2.4.1-src.tar.gz.asc