Source: python-selectolax
Standards-Version: 4.7.4
Maintainer: Debian Python Team <team+python@tracker.debian.org>
Uploaders:
 Karsten Schöke <karsten.schoeke@geobasis-bb.de>,
Section: python
Testsuite: autopkgtest-pkg-pybuild
Build-Depends:
 debhelper-compat (= 14),
 dh-sequence-python3,
 dh-sequence-sphinxdoc <!nodoc>,
 cython3,
 furo <!nodoc>,
 liblexbor-dev,
 libmodest-dev,
 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>,
Vcs-Browser: https://salsa.debian.org/python-team/packages/python-selectolax
Vcs-Git: https://salsa.debian.org/python-team/packages/python-selectolax.git
Homepage: https://github.com/rushter/selectolax

Package: python-selectolax-doc
Architecture: all
Multi-Arch: foreign
Section: doc
Depends:
 ${misc:Depends},
 ${sphinxdoc:Depends},
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.
