File: control

package info (click to toggle)
sqlite-fts4 1.0.3-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 124 kB
  • sloc: python: 438; makefile: 7
file content (26 lines) | stat: -rw-r--r-- 955 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
Source: sqlite-fts4
Maintainer: Debian Python Team <team+python@tracker.debian.org>
Uploaders: Edward Betts <edward@4angle.com>
Section: python
Priority: optional
Build-Depends: debhelper-compat (= 13),
               dh-python,
               dh-sequence-python3,
               python3-all,
               python3-pytest <!nocheck>,
               python3-setuptools
Rules-Requires-Root: no
Standards-Version: 4.6.1
Homepage: https://github.com/simonw/sqlite-fts4
Vcs-Browser: https://salsa.debian.org/python-team/packages/sqlite-fts4
Vcs-Git: https://salsa.debian.org/python-team/packages/sqlite-fts4.git

Package: python3-sqlite-fts4
Architecture: all
Depends: ${misc:Depends}, ${python3:Depends}
Description: Document scoring Python library for SQLite FTS4
 Custom SQLite functions written in Python for ranking documents indexed
 using the SQLite FTS4 extension.
 .
 Includes functions for ranking with TF-IDF and the Okapi BM25 scoring
 algorithm.