This package provides a Python API to access the swish-e library.  
swish-e indexes can be accessed that way.

>>> import SwishE
>>> handle = SwishE.new('index.swish-e')
>>> for res in handle.query('blah'):
...    print res.getproperty('swishtitle')

[some output]

More information is available at http://jibe.freeshell.org/bits/SwishE
Thanks to Gianluigi Tiesi and Jean-Franois Pironne for their contributions.

Thanks to swish-e authors - http://swish-e.org

