Metadata-Version: 2.1
Name: djangorestsearch
Version: 0.12.0
Summary: ElasticSearch integration for Django
Author-email: Jeremy Lainé <jeremy.laine@m4x.org>
License: BSD
Project-URL: Homepage, https://github.com/wemap/django-rest-search
Project-URL: Documentation, https://django-rest-search.readthedocs.io/
Classifier: Development Status :: 5 - Production/Stable
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.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Requires-Python: >=3.7
Description-Content-Type: text/x-rst
Provides-Extra: dev
License-File: LICENSE

Django REST Search
==================

|rtd| |pypi-v| |tests| |codecov|

.. |rtd| image:: https://readthedocs.org/projects/django-rest-search/badge/?version=latest
   :target: https://django-rest-search.readthedocs.io/

.. |tests| image:: https://github.com/wemap/django-rest-search/workflows/tests/badge.svg
    :target: https://github.com/wemap/django-rest-search/actions

.. |codecov| image:: https://img.shields.io/codecov/c/github/wemap/django-rest-search.svg
    :target: https://codecov.io/gh/wemap/django-rest-search

.. |pypi-v| 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/.
