Metadata-Version: 2.4
Name: rm-html5-parser
Version: 0.4.16
Summary: Fast C based HTML 5 parsing for python, fork of Kovid Goyal html5-parser
Author-email: Kris <kris@rebelmouse.com>
License-Expression: Apache-2.0
Project-URL: Homepage, https://html5-parser.readthedocs.io
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: Natural Language :: English
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Programming Language :: Python :: 3.14
Classifier: Topic :: Text Processing
Classifier: Topic :: Text Processing :: Markup
Classifier: Topic :: Text Processing :: Markup :: HTML
Classifier: Topic :: Text Processing :: Markup :: XML
Requires-Python: >=3.11
Description-Content-Type: text/x-rst
License-File: LICENSE
Requires-Dist: chardet
Requires-Dist: lxml>=6.0.2
Provides-Extra: soup
Requires-Dist: beautifulsoup4; extra == "soup"
Dynamic: license-file

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

|pypi| |build| |docs|

This is fork used internally. 

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 <https://html5-parser.readthedocs.io>`_ for details.

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

.. |build| image:: https://github.com/kkszysiu/html5-parser/workflows/CI/badge.svg
    :target: https://github.com/kkszysiu/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
