File: control

package info (click to toggle)
python-redisearch-py 1.0.0-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 2,356 kB
  • sloc: python: 1,689; makefile: 4
file content (33 lines) | stat: -rw-r--r-- 1,186 bytes parent folder | download
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
Source: python-redisearch-py
Section: python
Priority: optional
Maintainer: Debian Python Modules Team <python-modules-team@lists.alioth.debian.org>
Uploaders:
 Michael Fladischer <fladi@debian.org>,
Build-Depends:
 debhelper-compat (= 13),
 dh-python,
 python3-all,
 python3-setuptools,
Standards-Version: 4.5.0
Homepage: https://github.com/RediSearch/redisearch-py/
Vcs-Browser: https://salsa.debian.org/python-team/modules/python-redisearch-py
Vcs-Git: https://salsa.debian.org/python-team/modules/python-redisearch-py.git
Testsuite: autopkgtest-pkg-python
Rules-Requires-Root: no

Package: python3-redisearch-py
Architecture: all
Depends:
 ${misc:Depends},
 ${python3:Depends},
Description: RediSearch client (Python3 version)
 This is a Python search engine library that utilizes the RediSearch Redis
 Module API. RediSearch is an open-source, high performance search engine
 implemented as a Redis Module. It uses custom data types to allow fast, stable
 and feature rich full-text search inside redis.
 .
 This client is a wrapper around the RediSearch API protocol, that allows you to
 utilize its features easily.
 .
 This package contains the Python 3 version of the library.