Metadata-Version: 1.0
Name: Whoosh
Version: 0.1.15
Summary: Fast, pure-Python full text indexing, search, and spell checking library.
Home-page: http://whoosh.ca
Author: Matt Chaput
Author-email: matt@whoosh.ca
License: Apache 2.0
Description: 
        Whoosh is a fast, pure-Python indexing and search library. Programmers
        can use it to easily add search functionality to their applications and
        websites. Because Whoosh is pure Python, you don't have to compile or
        install a binary support library and/or make Python work with a JVM, yet
        Whoosh is still very fast at indexing and searching. Every part of how
        Whoosh works can be extended or replaced to meet your needs exactly.
        
        This software is licensed under the terms of the Apache License version 2.
        See LICENSE.txt for information.
        
        The primary source of information is the main Whoosh web site:
        http://whoosh.ca/
        
        You can check out the latest version of the source code from subversion at:
        http://svn.whoosh.ca/projects/whoosh/trunk/
        
Keywords: index search text spell
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Natural Language :: English
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 2.5
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Topic :: Text Processing :: Indexing
