# html5-parser
**Repository Path**: openkylin/html5-parser
## Basic Information
- **Project Name**: html5-parser
- **Description**: No description available
- **Primary Language**: Unknown
- **License**: Apache-2.0
- **Default Branch**: openkylin/nile
- **Homepage**: None
- **GVP Project**: No
## Statistics
- **Stars**: 1
- **Forks**: 2
- **Created**: 2023-09-07
- **Last Updated**: 2026-01-16
## Categories & Tags
**Categories**: Uncategorized
**Tags**: None
## 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