Whoosh-Reloaded


NameWhoosh-Reloaded JSON
Version 2.7.5 PyPI version JSON
download
home_pagehttps://github.com/Sygil-Dev/whoosh-reloaded
SummaryFast, pure-Python full text indexing, search, and spell checking library.
upload_time2024-02-02 20:06:42
maintainerSygil-Dev
docs_urlNone
authorMatt Chaput
requires_python
licenseTwo-clause BSD license
keywords index search text spell
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage
            [![Build Status](https://travis-ci.org/Sygil-Dev/whoosh-reloaded.svg?branch=master)](https://travis-ci.org/Sygil-Dev/whoosh-reloaded)

This repository (whoosh-reloaded) is a fork and continuation of the Whoosh project. The original Whoosh project is no longer maintained. This fork is maintained by the Sygil-Dev Organization.

--------------------------------------

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 by Matt Chaput and is maintained currently by the Sygil-Dev Organization. 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::

    # install the old version from Pypi
    $ easy_install Whoosh
    
    or
    
    $ pip install Whoosh
    
    
    # Install the development version from Github.
    $ pip install git+https://github.com/Sygil-Dev/whoosh-reloaded.git

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

You can check out the latest version of the source code on GitHub using git:

    $ git clone https://github.com/Sygil-Dev/whoosh-reloaded.git

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

* Online Documentation:
  
  *   [Github Pages](https://sygil-dev.github.io/whoosh-reloaded/)
  
  *   [Read the Docs](https://whoosh-reloaded.readthedocs.io/en/latest/) 

* Read the old online documentation at https://docs.red-dove.com/whoosh-reloaded/ (Search work properly).

* Read the old online documentation at https://whoosh-reloaded.readthedocs.org/en/latest/ (Search DOES NOT work).

* File bug reports and issues at https://github.com/Sygil-Dev/whoosh-reloaded/issues

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/Sygil-Dev/whoosh-reloaded",
    "name": "Whoosh-Reloaded",
    "maintainer": "Sygil-Dev",
    "docs_url": null,
    "requires_python": "",
    "maintainer_email": "",
    "keywords": "index search text spell",
    "author": "Matt Chaput",
    "author_email": "matt@whoosh.ca",
    "download_url": "https://files.pythonhosted.org/packages/17/51/3fb4b9fdeaaf96512514ccf2871186333ce41a0de2ea48236a4056a5f6af/Whoosh-Reloaded-2.7.5.tar.gz",
    "platform": null,
    "description": "[![Build Status](https://travis-ci.org/Sygil-Dev/whoosh-reloaded.svg?branch=master)](https://travis-ci.org/Sygil-Dev/whoosh-reloaded)\n\nThis repository (whoosh-reloaded) is a fork and continuation of the Whoosh project. The original Whoosh project is no longer maintained. This fork is maintained by the Sygil-Dev Organization.\n\n--------------------------------------\n\nAbout 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 by Matt Chaput and is maintained currently by the Sygil-Dev Organization. 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.\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    # install the old version from Pypi\n    $ easy_install Whoosh\n    \n    or\n    \n    $ pip install Whoosh\n    \n    \n    # Install the development version from Github.\n    $ pip install git+https://github.com/Sygil-Dev/whoosh-reloaded.git\n\nGetting the source.\n==================\n\nYou can check out the latest version of the source code on GitHub using git:\n\n    $ git clone https://github.com/Sygil-Dev/whoosh-reloaded.git\n\nLearning more\n=============\n\n* Online Documentation:\n  \n  * \u00a0\u00a0[Github Pages](https://sygil-dev.github.io/whoosh-reloaded/)\n  \n  * \u00a0\u00a0[Read the Docs](https://whoosh-reloaded.readthedocs.io/en/latest/) \n\n* Read the old online documentation at https://docs.red-dove.com/whoosh-reloaded/ (Search work properly).\n\n* Read the old online documentation at https://whoosh-reloaded.readthedocs.org/en/latest/ (Search DOES NOT work).\n\n* File bug reports and issues at https://github.com/Sygil-Dev/whoosh-reloaded/issues\n",
    "bugtrack_url": null,
    "license": "Two-clause BSD license",
    "summary": "Fast, pure-Python full text indexing, search, and spell checking library.",
    "version": "2.7.5",
    "project_urls": {
        "Homepage": "https://github.com/Sygil-Dev/whoosh-reloaded"
    },
    "split_keywords": [
        "index",
        "search",
        "text",
        "spell"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "6990866dfe421f188217ecd7339585e961034a7f4fdc96b62cec3b40a50dbdef",
                "md5": "8b52ade56d7a1b9bddce8e6b1650099e",
                "sha256": "2ab6aeeafb359fbff4beb3c704b960fd88240354f3363f1c5bdb5c2325cae80e"
            },
            "downloads": -1,
            "filename": "Whoosh_Reloaded-2.7.5-py2.py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "8b52ade56d7a1b9bddce8e6b1650099e",
            "packagetype": "bdist_wheel",
            "python_version": "py2.py3",
            "requires_python": null,
            "size": 551793,
            "upload_time": "2024-02-02T20:06:39",
            "upload_time_iso_8601": "2024-02-02T20:06:39.868631Z",
            "url": "https://files.pythonhosted.org/packages/69/90/866dfe421f188217ecd7339585e961034a7f4fdc96b62cec3b40a50dbdef/Whoosh_Reloaded-2.7.5-py2.py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "17513fb4b9fdeaaf96512514ccf2871186333ce41a0de2ea48236a4056a5f6af",
                "md5": "1a3e33992f8bf2e3310e5fb59c794d51",
                "sha256": "39ed7dfbd1fec97af33933107bdf78110728375ed0f2abb25dec6dbfdcb279d8"
            },
            "downloads": -1,
            "filename": "Whoosh-Reloaded-2.7.5.tar.gz",
            "has_sig": false,
            "md5_digest": "1a3e33992f8bf2e3310e5fb59c794d51",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 1061606,
            "upload_time": "2024-02-02T20:06:42",
            "upload_time_iso_8601": "2024-02-02T20:06:42.285074Z",
            "url": "https://files.pythonhosted.org/packages/17/51/3fb4b9fdeaaf96512514ccf2871186333ce41a0de2ea48236a4056a5f6af/Whoosh-Reloaded-2.7.5.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-02-02 20:06:42",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "Sygil-Dev",
    "github_project": "whoosh-reloaded",
    "travis_ci": false,
    "coveralls": true,
    "github_actions": true,
    "requirements": [],
    "tox": true,
    "lcname": "whoosh-reloaded"
}
        
Elapsed time: 0.17480s