File: control

package info (click to toggle)
python-selectolax 0.4.6-1
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 708 kB
  • sloc: python: 2,239; makefile: 225
file content (84 lines) | stat: -rw-r--r-- 2,735 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
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
Source: python-selectolax
Section: python
Maintainer: Debian Python Team <team+python@tracker.debian.org>
Uploaders:
 Karsten Schöke <karsten.schoeke@geobasis-bb.de>,
Build-Depends:
 debhelper-compat (= 13),
 dh-sequence-python3,
 dh-sequence-sphinxdoc <!nodoc>,
 cython3,
 furo <!nodoc>,
 liblexbor-dev <!nocheck>,
 liblexbor2,
 libmodest-dev <!nocheck>,
 libmodest0t64,
 libpython3-all-dev,
 pybuild-plugin-pyproject,
 python3-all,
 python3-numpydoc <!nodoc>,
 python3-pytest <!nocheck>,
 python3-pytest-cov <!nocheck>,
 python3-pytest-cython <!nocheck>,
 python3-setuptools,
 python3-sphinx <!nodoc>,
 python3-sphinx-copybutton <!nodoc>,
 python3-sphinxext-opengraph <!nodoc>,
Standards-Version: 4.7.3
Homepage: https://github.com/rushter/selectolax
Vcs-Browser: https://salsa.debian.org/python-team/packages/python-selectolax
Vcs-Git: https://salsa.debian.org/python-team/packages/python-selectolax.git
Testsuite: autopkgtest-pkg-pybuild

Package: python-selectolax-doc
Architecture: all
Section: doc
Depends:
 ${misc:Depends},
 ${sphinxdoc:Depends},
Multi-Arch: foreign
Description: Fast HTML5 parser library with CSS selector support (Documentation)
 This package contains Python bindings to Modest and Lexbor engines and it
 is written in CPython. Selectolax is designed for speed, it is particularly
 adept at quickly parsing large HTML documents while minimizing memory. It's
 another alternative to libraries like lxml and BeautifulSoup.
 .
 Selectolax is a fast HTML parser that uses CSS selectors to locate and
 extract data from HTML. It fully supports type annotations.
 .
 Selectolax supports two backends:
  - Lexor (preferred)
    - https://github.com/lexbor/lexbor
  - Modest
   - https://github.com/lexborisov/Modest/
 .
 This package installs the documentation for the library.

Package: python3-selectolax
Architecture: any
Multi-Arch: foreign
Depends:
 ${misc:Depends},
 ${python3:Depends},
 ${shlibs:Depends},
Recommends:
 ${python3:Recommends},
Suggests:
 python-selectolax-doc,
 ${python3:Suggests},
Description: Fast HTML5 parser library with CSS selector support
 This package contains Python bindings to Modest and Lexbor engines and it
 is written in CPython. Selectolax is designed for speed, it is particularly
 adept at quickly parsing large HTML documents while minimizing memory. It's
 another alternative to libraries like lxml and BeautifulSoup.
 .
 Selectolax is a fast HTML parser that uses CSS selectors to locate and
 extract data from HTML. It fully supports type annotations.
 .
 Selectolax supports two backends:
  - Lexor (preferred)
    - https://github.com/lexbor/lexbor
  - Modest
   - https://github.com/lexborisov/Modest/
 .
 This package contains the Python 3 version of the library.