Source: python-selectolax Standards-Version: 4.7.4 Maintainer: Debian Python Team Uploaders: Karsten Schöke , Section: python Testsuite: autopkgtest-pkg-pybuild Build-Depends: debhelper-compat (= 14), dh-sequence-python3, dh-sequence-sphinxdoc , cython3, furo , liblexbor-dev, libmodest-dev, libpython3-all-dev, pybuild-plugin-pyproject, python3-all, python3-numpydoc , python3-pytest , python3-pytest-cov , python3-pytest-cython , python3-setuptools, python3-sphinx , python3-sphinx-copybutton , python3-sphinxext-opengraph , 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.