Metadata-Version: 1.2
Name: djangorestsearch
Version: 0.8.6
Summary: ElasticSearch integration for Django.
Home-page: https://github.com/wemap/django-rest-search
Author: Jeremy Lainé
Author-email: jeremy@getwemap.com
License: BSD
Description: Django REST Search
        ==================
        
        .. image:: https://img.shields.io/travis/wemap/django-rest-search.svg
            :target: https://travis-ci.org/wemap/django-rest-search
        
        .. image:: https://img.shields.io/coveralls/wemap/django-rest-search.svg
            :target: https://coveralls.io/github/wemap/django-rest-search
        
        .. image:: https://img.shields.io/pypi/v/djangorestsearch.svg
            :target: https://pypi.python.org/pypi/djangorestsearch
        
        Django REST Search provides a set of classes to facilitate the integration of
        ElasticSearch into applications powered by the Django REST Framework.
        
        Full documentation for the project is available at
        http://django-rest-search.readthedocs.io/.
        
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: BSD License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3 :: Only
Requires-Python: >=3
