Source: python-selectolax Section: python Maintainer: Debian Python Team Uploaders: Karsten Schöke , Build-Depends: debhelper-compat (= 13), dh-sequence-python3, dh-sequence-sphinxdoc , cython3, furo , liblexbor-dev , liblexbor2, libmodest-dev , libmodest0t64, 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 , 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.