Metadata-Version: 2.4
Name: djangorestsearch
Version: 0.15.0
Summary: OpenSearch integration for Django
Author-email: Jeremy Lainé <jeremy.laine@m4x.org>
License-Expression: BSD-2-Clause
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: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Requires-Python: >=3.9
Description-Content-Type: text/x-rst
License-File: LICENSE
Requires-Dist: aws-requests-auth>=0.3.0
Requires-Dist: botocore
Requires-Dist: opensearch-py<3.0.0,>=2.0.0
Provides-Extra: dev
Requires-Dist: celery; extra == "dev"
Requires-Dist: coverage[toml]>=7.2.2; extra == "dev"
Requires-Dist: django; extra == "dev"
Requires-Dist: djangorestframework; extra == "dev"
Requires-Dist: inflection; extra == "dev"
Requires-Dist: ruff; extra == "dev"
Requires-Dist: uritemplate; extra == "dev"
Dynamic: license-file

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
OpenSearch into applications powered by the Django REST Framework.

Full documentation for the project is available at
http://django-rest-search.readthedocs.io/.
