File: control

package info (click to toggle)
python-pysolr 3.3.3-1
  • links: PTS
  • area: main
  • in suites: stretch
  • size: 144 kB
  • ctags: 76
  • sloc: python: 631; makefile: 23
file content (40 lines) | stat: -rw-r--r-- 1,427 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
34
35
36
37
38
39
40
Source: python-pysolr
Section: python
Priority: optional
Maintainer: Ulises Vitulli <dererk@debian.org>
Build-Depends: debhelper (>= 7.0.50~), python (>= 2.6.6-3~), dh-python, python3-all,
Standards-Version: 3.9.6
XS-Python-Version: >= 2.6
Homepage: https://github.com/toastdriven/pysolr

Package: python-pysolr
Architecture: all
Depends: ${misc:Depends}, ${shlibs:Depends},
 python-simplejson
Recommends: python-httplib2
Suggests: python-beautifulsoup
Description: lightweight Python wrapper for querying Apache Solr
 This module provides an interface that queries the Apache Solr server using 
 a pure Python implementation and returns the results based on the query
 .
 Features:
  * Basic operations such as selecting, updating & deleting.
  * Index optimization.
  * "More Like This" support (if setup in Solr).
  * Spelling correction (if setup in Solr).
  * Timeout support.

Package: python3-pysolr
Architecture: all
Depends: ${misc:Depends}, ${shlibs:Depends}
Recommends: python3-httplib2
Description: lightweight Python wrapper for querying Apache Solr
 This module provides an interface that queries the Apache Solr server using 
 a pure Python implementation and returns the results based on the query
 .
 Features:
  * Basic operations such as selecting, updating & deleting.
  * Index optimization.
  * "More Like This" support (if setup in Solr).
  * Spelling correction (if setup in Solr).
  * Timeout support.