django-haystack


Namedjango-haystack JSON
Version 3.2.1 PyPI version JSON
download
home_pagehttp://haystacksearch.org/
SummaryPluggable search for Django.
upload_time2022-05-03 18:14:18
maintainer
docs_urlNone
authorDaniel Lindsley
requires_python
license
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            .. image:: https://github.com/django-haystack/django-haystack/actions/workflows/test.yml/badge.svg
      :target: https://github.com/django-haystack/django-haystack/actions/workflows/test.yml
.. image:: https://img.shields.io/pypi/v/django-haystack.svg
      :target: https://pypi.python.org/pypi/django-haystack/
.. image:: https://img.shields.io/pypi/pyversions/django-haystack.svg
      :target: https://pypi.python.org/pypi/django-haystack/
.. image:: https://img.shields.io/pypi/dm/django-haystack.svg
      :target: https://pypi.python.org/pypi/django-haystack/
.. image:: https://readthedocs.org/projects/django-haystack/badge/
      :target: https://django-haystack.readthedocs.io/
.. image:: https://img.shields.io/badge/code%20style-black-000.svg
      :target: https://github.com/psf/black
.. image:: https://img.shields.io/badge/%20imports-isort-%231674b1?style=flat&labelColor=ef8336
      :target: https://pycqa.github.io/isort/

========
Haystack
========

:author: Daniel Lindsley
:date: 2013/07/28

Haystack provides modular search for Django. It features a unified, familiar
API that allows you to plug in different search backends (such as Solr_,
Elasticsearch_, Whoosh_, Xapian_, etc.) without having to modify your code.

.. _Solr: http://lucene.apache.org/solr/
.. _Elasticsearch: https://www.elastic.co/products/elasticsearch
.. _Whoosh: https://github.com/mchaput/whoosh/
.. _Xapian: http://xapian.org/

Haystack is BSD licensed, plays nicely with third-party app without needing to
modify the source and supports advanced features like faceting, More Like This,
highlighting, spatial search and spelling suggestions.

You can find more information at http://haystacksearch.org/.


Getting Help
============

There is a mailing list (http://groups.google.com/group/django-haystack/)
available for general discussion and an IRC channel (#haystack on
irc.freenode.net).


Documentation
=============

* Development version: http://docs.haystacksearch.org/
* v2.8.X: https://django-haystack.readthedocs.io/en/v2.8.1/
* v2.7.X: https://django-haystack.readthedocs.io/en/v2.7.0/
* v2.6.X: https://django-haystack.readthedocs.io/en/v2.6.0/

See the `changelog <docs/changelog.rst>`_

Requirements
============

Haystack has a relatively easily-met set of requirements.

* Python 3.6+
* A supported version of Django: https://www.djangoproject.com/download/#supported-versions

Additionally, each backend has its own requirements. You should refer to
https://django-haystack.readthedocs.io/en/latest/installing_search_engines.html for more
details.
            

Raw data

            {
    "_id": null,
    "home_page": "http://haystacksearch.org/",
    "name": "django-haystack",
    "maintainer": "",
    "docs_url": null,
    "requires_python": "",
    "maintainer_email": "",
    "keywords": "",
    "author": "Daniel Lindsley",
    "author_email": "daniel@toastdriven.com",
    "download_url": "https://files.pythonhosted.org/packages/2d/4f/c026d6a90f5d13a0f8092bb2ba7c673300bcbc6f917e26d77b2868498a00/django-haystack-3.2.1.tar.gz",
    "platform": null,
    "description": ".. image:: https://github.com/django-haystack/django-haystack/actions/workflows/test.yml/badge.svg\n      :target: https://github.com/django-haystack/django-haystack/actions/workflows/test.yml\n.. image:: https://img.shields.io/pypi/v/django-haystack.svg\n      :target: https://pypi.python.org/pypi/django-haystack/\n.. image:: https://img.shields.io/pypi/pyversions/django-haystack.svg\n      :target: https://pypi.python.org/pypi/django-haystack/\n.. image:: https://img.shields.io/pypi/dm/django-haystack.svg\n      :target: https://pypi.python.org/pypi/django-haystack/\n.. image:: https://readthedocs.org/projects/django-haystack/badge/\n      :target: https://django-haystack.readthedocs.io/\n.. image:: https://img.shields.io/badge/code%20style-black-000.svg\n      :target: https://github.com/psf/black\n.. image:: https://img.shields.io/badge/%20imports-isort-%231674b1?style=flat&labelColor=ef8336\n      :target: https://pycqa.github.io/isort/\n\n========\nHaystack\n========\n\n:author: Daniel Lindsley\n:date: 2013/07/28\n\nHaystack provides modular search for Django. It features a unified, familiar\nAPI that allows you to plug in different search backends (such as Solr_,\nElasticsearch_, Whoosh_, Xapian_, etc.) without having to modify your code.\n\n.. _Solr: http://lucene.apache.org/solr/\n.. _Elasticsearch: https://www.elastic.co/products/elasticsearch\n.. _Whoosh: https://github.com/mchaput/whoosh/\n.. _Xapian: http://xapian.org/\n\nHaystack is BSD licensed, plays nicely with third-party app without needing to\nmodify the source and supports advanced features like faceting, More Like This,\nhighlighting, spatial search and spelling suggestions.\n\nYou can find more information at http://haystacksearch.org/.\n\n\nGetting Help\n============\n\nThere is a mailing list (http://groups.google.com/group/django-haystack/)\navailable for general discussion and an IRC channel (#haystack on\nirc.freenode.net).\n\n\nDocumentation\n=============\n\n* Development version: http://docs.haystacksearch.org/\n* v2.8.X: https://django-haystack.readthedocs.io/en/v2.8.1/\n* v2.7.X: https://django-haystack.readthedocs.io/en/v2.7.0/\n* v2.6.X: https://django-haystack.readthedocs.io/en/v2.6.0/\n\nSee the `changelog <docs/changelog.rst>`_\n\nRequirements\n============\n\nHaystack has a relatively easily-met set of requirements.\n\n* Python 3.6+\n* A supported version of Django: https://www.djangoproject.com/download/#supported-versions\n\nAdditionally, each backend has its own requirements. You should refer to\nhttps://django-haystack.readthedocs.io/en/latest/installing_search_engines.html for more\ndetails.",
    "bugtrack_url": null,
    "license": "",
    "summary": "Pluggable search for Django.",
    "version": "3.2.1",
    "project_urls": {
        "Documentation": "https://django-haystack.readthedocs.io",
        "Homepage": "http://haystacksearch.org/",
        "Source": "https://github.com/django-haystack/django-haystack"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "2d4fc026d6a90f5d13a0f8092bb2ba7c673300bcbc6f917e26d77b2868498a00",
                "md5": "4e8a994b1894180d07f965498bd8e81d",
                "sha256": "97e3197aefc225fe405b6f17600a2534bf827cb4d6743130c20bc1a06f7293a4"
            },
            "downloads": -1,
            "filename": "django-haystack-3.2.1.tar.gz",
            "has_sig": false,
            "md5_digest": "4e8a994b1894180d07f965498bd8e81d",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 466580,
            "upload_time": "2022-05-03T18:14:18",
            "upload_time_iso_8601": "2022-05-03T18:14:18.436830Z",
            "url": "https://files.pythonhosted.org/packages/2d/4f/c026d6a90f5d13a0f8092bb2ba7c673300bcbc6f917e26d77b2868498a00/django-haystack-3.2.1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2022-05-03 18:14:18",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "django-haystack",
    "github_project": "django-haystack",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "tox": true,
    "lcname": "django-haystack"
}
        
Elapsed time: 0.23755s