Metadata-Version: 1.1
Name: django-haystack
Version: 3.0
Summary: Pluggable search for Django.
Home-page: http://haystacksearch.org/
Author: Daniel Lindsley
Author-email: daniel@toastdriven.com
License: UNKNOWN
Description: ========
        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://bitbucket.org/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>`_
        
        Build Status
        ============
        
        .. image:: https://travis-ci.org/django-haystack/django-haystack.svg?branch=master
           :target: https://travis-ci.org/django-haystack/django-haystack
        
        Requirements
        ============
        
        Haystack has a relatively easily-met set of requirements.
        
        * Python 3.5+
        * 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.
        
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Environment :: Web Environment
Classifier: Framework :: Django
Classifier: Framework :: Django :: 2.2
Classifier: Framework :: Django :: 3.0
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: BSD License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Topic :: Utilities
