File: PKG-INFO

package info (click to toggle)
drf-haystack 1.9.1-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 564 kB
  • sloc: python: 2,608; makefile: 147
file content (25 lines) | stat: -rw-r--r-- 996 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
Metadata-Version: 2.1
Name: drf-haystack
Version: 1.9.1
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<5.2,>=2.2
Requires-Dist: djangorestframework<3.16,>=3.12
Requires-Dist: django-haystack<3.4,>=2.8
Requires-Dist: python-dateutil

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