Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/kovidgoyal/html5-parser

Fast C based HTML 5 parsing for python
https://github.com/kovidgoyal/html5-parser

Last synced: 2 days ago
JSON representation

Fast C based HTML 5 parsing for python

Awesome Lists containing this project

README

        

html5-parser
================

|pypi| |build| |docs|

A *fast*, standards compliant, C based, HTML 5 parser for python. Over **thirty**
times as fast as pure python based parsers, such as html5lib.

See `documentation `_ for details.

.. |pypi| image:: https://img.shields.io/pypi/v/html5-parser.svg?label=version
:target: https://pypi.python.org/pypi/html5-parser
:alt: Latest version released on PyPi

.. |build| image:: https://github.com/kovidgoyal/html5-parser/workflows/CI/badge.svg
:target: https://github.com/kovidgoyal/html5-parser/actions?query=workflow%3ACI"
:alt: Build status of the master branch

.. |docs| image:: https://readthedocs.org/projects/html5-parser/badge/?version=latest
:target: https://html5-parser.readthedocs.io/en/latest/
:alt: Latest version of html5-parser documentation