A Python library for building HTML programmatically, providing a Pythonic way to construct HTML elements and attributes. The current stable version is 1.0.0, released on 2022-08-03. The project appears to be in maintenance mode with no recent updates.
pip install htmlbuilderNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Construct a simple HTML document with a heading and a paragraph.
Use str(node) or node.render() to produce the HTML output.
Consider using an alternative like dominate or lxml.html if you need active maintenance.
Use Class('value') or Id('value') from htmlbuilder.attributes for class and id.No dependency data recorded yet.