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
|
selectolax
==========
Selectolax is a fast HTML5 parser with CSS selectors, written in Cython,
using [Modest](https://github.com/lexborisov/Modest/) and [Lexbor](https://github.com/lexbor/lexbor) engines.
It supports two backends:
- `Lexbor <https://github.com/lexbor/lexbor>`__ (preferred)
- `Modest <https://github.com/lexborisov/Modest>`__ (first generation of lexbor)
API
===
.. toctree::
:maxdepth: 2
parser
lexbor
examples
Indices and tables
==================
* :ref:`genindex`
* :ref:`modindex`
* :ref:`search`
|