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 26 27 28 29 30 31 32 33 34 35 36 37 38
|
Source: drf-haystack
Maintainer: Debian Python Team <team+python@tracker.debian.org>
Uploaders:
Michael Fladischer <fladi@debian.org>,
Section: python
Priority: optional
Build-Depends:
debhelper-compat (= 13),
dh-sequence-python3,
pybuild-plugin-pyproject,
python3-all,
python3-setuptools,
Standards-Version: 4.6.2
Vcs-Browser: https://salsa.debian.org/python-team/packages/drf-haystack
Vcs-Git: https://salsa.debian.org/python-team/packages/drf-haystack.git
Homepage: https://github.com/inonit/drf-haystack
Rules-Requires-Root: no
Package: python3-djangorestframework-haystack
Architecture: all
Depends:
python3-django,
python3-django-haystack,
python3-djangorestframework,
${misc:Depends},
${python3:Depends},
Description: Haystack for Django REST Framework (Python3 version)
A small library which tries to simplify integration of Haystack with Django
REST Framework. Contains a Generic ViewSet, a Serializer and a couple of
Filters in order to make search as painless as possible.
.
It supports several haystack features:
* Autocomplete
* GEO Spatial searching
* Highlighting
* More Like This
.
This package contains the Python 3 version of the library.
|