Metadata-Version: 2.1
Name: drf-haystack
Version: 1.8.13
Summary: Makes Haystack play nice with Django REST Framework
Home-page: https://github.com/rhblind/drf-haystack
Download-URL: https://github.com/rhblind/drf-haystack.git
Author: Rolf Håvard Blindheim
Author-email: rhblind@gmail.com
License: MIT License
Classifier: Operating System :: OS Independent
Classifier: Development Status :: 5 - Production/Stable
Classifier: Environment :: Web Environment
Classifier: Framework :: Django
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Requires-Python: >=3.7
License-File: LICENSE.txt
Requires-Dist: Django<4.3,>=2.2
Requires-Dist: djangorestframework<=3.14,>=3.7
Requires-Dist: django-haystack<=3.2.1,>=2.8
Requires-Dist: python-dateutil

Implements a ViewSet, FiltersBackends and Serializers in order to play nice with Haystack.
