Whoosh


NameWhoosh JSON
Version 2.7.4 PyPI version JSON
download
home_pagehttp://bitbucket.org/mchaput/whoosh
SummaryFast, pure-Python full text indexing, search, and spell checking library.
upload_time2016-04-04 01:19:32
maintainerNone
docs_urlhttps://pythonhosted.org/Whoosh/
authorMatt Chaput
requires_pythonNone
licenseTwo-clause BSD license
keywords index search text spell
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            About Whoosh
============

Whoosh is a fast, featureful full-text indexing and searching library
implemented in pure Python. Programmers can use it to easily add search
functionality to their applications and websites. Every part of how Whoosh
works can be extended or replaced to meet your needs exactly.

Some of Whoosh's features include:

* Pythonic API.
* Pure-Python. No compilation or binary packages needed, no mysterious crashes.
* Fielded indexing and search.
* Fast indexing and retrieval -- faster than any other pure-Python, scoring,
  full-text search solution I know of.
* Pluggable scoring algorithm (including BM25F), text analysis, storage,
  posting format, etc.
* Powerful query language.
* Pure Python spell-checker (as far as I know, the only one). 

Whoosh might be useful in the following circumstances:

* Anywhere a pure-Python solution is desirable to avoid having to build/compile
  native libraries (or force users to build/compile them).
* As a research platform (at least for programmers that find Python easier to
  read and work with than Java ;)
* When an easy-to-use Pythonic interface is more important to you than raw
  speed. 

Whoosh was created and is maintained by Matt Chaput. It was originally created
for use in the online help system of Side Effects Software's 3D animation
software Houdini. Side Effects Software Inc. graciously agreed to open-source
the code.

This software is licensed under the terms of the simplified BSD (A.K.A. "two
clause" or "FreeBSD") license. See LICENSE.txt for information.

Installing Whoosh
=================

If you have ``setuptools`` or ``pip`` installed, you can use ``easy_install``
or ``pip`` to download and install Whoosh automatically::

    $ easy_install Whoosh

    or

    $ pip install Whoosh

Learning more
=============

* Read the online documentation at https://whoosh.readthedocs.org/en/latest/

* Join the Whoosh mailing list at http://groups.google.com/group/whoosh

* File bug reports and view the Whoosh wiki at
  http://bitbucket.org/mchaput/whoosh/

Getting the source
==================

Download source releases from PyPI at http://pypi.python.org/pypi/Whoosh/

You can check out the latest version of the source code using Mercurial::

    hg clone http://bitbucket.org/mchaput/whoosh
            

Raw data

            {
    "_id": null,
    "home_page": "http://bitbucket.org/mchaput/whoosh",
    "name": "Whoosh",
    "maintainer": null,
    "docs_url": "https://pythonhosted.org/Whoosh/",
    "requires_python": null,
    "maintainer_email": null,
    "keywords": "index search text spell",
    "author": "Matt Chaput",
    "author_email": "matt@whoosh.ca",
    "download_url": "https://files.pythonhosted.org/packages/25/2b/6beed2107b148edc1321da0d489afc4617b9ed317ef7b72d4993cad9b684/Whoosh-2.7.4.tar.gz",
    "platform": "UNKNOWN",
    "description": "About Whoosh\n============\n\nWhoosh is a fast, featureful full-text indexing and searching library\nimplemented in pure Python. Programmers can use it to easily add search\nfunctionality to their applications and websites. Every part of how Whoosh\nworks can be extended or replaced to meet your needs exactly.\n\nSome of Whoosh's features include:\n\n* Pythonic API.\n* Pure-Python. No compilation or binary packages needed, no mysterious crashes.\n* Fielded indexing and search.\n* Fast indexing and retrieval -- faster than any other pure-Python, scoring,\n  full-text search solution I know of.\n* Pluggable scoring algorithm (including BM25F), text analysis, storage,\n  posting format, etc.\n* Powerful query language.\n* Pure Python spell-checker (as far as I know, the only one). \n\nWhoosh might be useful in the following circumstances:\n\n* Anywhere a pure-Python solution is desirable to avoid having to build/compile\n  native libraries (or force users to build/compile them).\n* As a research platform (at least for programmers that find Python easier to\n  read and work with than Java ;)\n* When an easy-to-use Pythonic interface is more important to you than raw\n  speed. \n\nWhoosh was created and is maintained by Matt Chaput. It was originally created\nfor use in the online help system of Side Effects Software's 3D animation\nsoftware Houdini. Side Effects Software Inc. graciously agreed to open-source\nthe code.\n\nThis software is licensed under the terms of the simplified BSD (A.K.A. \"two\nclause\" or \"FreeBSD\") license. See LICENSE.txt for information.\n\nInstalling Whoosh\n=================\n\nIf you have ``setuptools`` or ``pip`` installed, you can use ``easy_install``\nor ``pip`` to download and install Whoosh automatically::\n\n    $ easy_install Whoosh\n\n    or\n\n    $ pip install Whoosh\n\nLearning more\n=============\n\n* Read the online documentation at https://whoosh.readthedocs.org/en/latest/\n\n* Join the Whoosh mailing list at http://groups.google.com/group/whoosh\n\n* File bug reports and view the Whoosh wiki at\n  http://bitbucket.org/mchaput/whoosh/\n\nGetting the source\n==================\n\nDownload source releases from PyPI at http://pypi.python.org/pypi/Whoosh/\n\nYou can check out the latest version of the source code using Mercurial::\n\n    hg clone http://bitbucket.org/mchaput/whoosh",
    "bugtrack_url": null,
    "license": "Two-clause BSD license",
    "summary": "Fast, pure-Python full text indexing, search, and spell checking library.",
    "version": "2.7.4",
    "split_keywords": [
        "index",
        "search",
        "text",
        "spell"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "md5": "9a3c64592b7f83ded3dd4f668614bba1",
                "sha256": "aa39c3c3426e3fd107dcb4bde64ca1e276a65a889d9085a6e4b54ba82420a852"
            },
            "downloads": -1,
            "filename": "Whoosh-2.7.4-py2.py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "9a3c64592b7f83ded3dd4f668614bba1",
            "packagetype": "bdist_wheel",
            "python_version": "3.5",
            "requires_python": null,
            "size": 468790,
            "upload_time": "2016-04-04T01:19:40",
            "upload_time_iso_8601": "2016-04-04T01:19:40.379497Z",
            "url": "https://files.pythonhosted.org/packages/ba/19/24d0f1f454a2c1eb689ca28d2f178db81e5024f42d82729a4ff6771155cf/Whoosh-2.7.4-py2.py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "md5": "c2710105f20b3e29936bd2357383c325",
                "sha256": "7ca5633dbfa9e0e0fa400d3151a8a0c4bec53bd2ecedc0a67705b17565c31a83"
            },
            "downloads": -1,
            "filename": "Whoosh-2.7.4.tar.gz",
            "has_sig": false,
            "md5_digest": "c2710105f20b3e29936bd2357383c325",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 968741,
            "upload_time": "2016-04-04T01:19:32",
            "upload_time_iso_8601": "2016-04-04T01:19:32.327867Z",
            "url": "https://files.pythonhosted.org/packages/25/2b/6beed2107b148edc1321da0d489afc4617b9ed317ef7b72d4993cad9b684/Whoosh-2.7.4.tar.gz",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "md5": "893433e9c0525ac043df33e6e04caab2",
                "sha256": "e0857375f63e9041e03fedd5b7541f97cf78917ac1b6b06c1fcc9b45375dda69"
            },
            "downloads": -1,
            "filename": "Whoosh-2.7.4.zip",
            "has_sig": false,
            "md5_digest": "893433e9c0525ac043df33e6e04caab2",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 1097662,
            "upload_time": "2016-04-04T01:19:23",
            "upload_time_iso_8601": "2016-04-04T01:19:23.951707Z",
            "url": "https://files.pythonhosted.org/packages/cc/b6/b8c5596ce96cc14af4e267db767533a72ba08dd04f8fa1f54cd14ba13133/Whoosh-2.7.4.zip",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2016-04-04 01:19:32",
    "github": false,
    "gitlab": false,
    "bitbucket": true,
    "bitbucket_user": "mchaput",
    "bitbucket_project": "whoosh",
    "lcname": "whoosh"
}
        
Elapsed time: 0.01469s