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, **deprecated**)

API
===

.. toctree::
   :maxdepth: 2

   parser
   lexbor
   examples


Indices and tables
==================

* :ref:`genindex`
* :ref:`modindex`
* :ref:`search`
