tinyhtml5 2.0.0


pip install tinyhtml5

  Latest version

Released: Oct 29, 2024


Meta
Author: James Graham
Maintainer: CourtBouillon
Requires Python: >=3.9

Classifiers

Development Status
  • 5 - Production/Stable

Intended Audience
  • Developers

License
  • OSI Approved :: MIT License

Operating System
  • OS Independent

Programming Language
  • Python
  • Python :: 3
  • Python :: 3 :: Only
  • Python :: 3.9
  • Python :: 3.10
  • Python :: 3.11
  • Python :: 3.12
  • Python :: 3.13
  • Python :: Implementation :: CPython
  • Python :: Implementation :: PyPy

Topic
  • Software Development :: Libraries :: Python Modules
  • Text Processing :: Markup :: HTML

A tiny HTML5 parser

tinyhtml5 is a HTML5 parser that transforms a possibly malformed HTML document into an ElementTree tree.

This module is a simplified fork of html5lib, written and maintained by James Graham, Sam Sneddon, Łukasz Langa and Will Kahn-Greene.

Copyrights are retained by their contributors, no copyright assignment is required to contribute to tinyhtml5. Unless explicitly stated otherwise, any contribution intentionally submitted for inclusion is licensed under the MIT license, without any additional terms or conditions. For full authorship information, see the version control history.

Wheel compatibility matrix

Platform Python 3
any

Files in release

Extras:
Dependencies:
webencodings (>=0.5.1)