Tinyhtml

Latest version: v1.3.0

Safety actively analyzes 702602 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

1.3.0

-------------

* Now supports interoperability with Jupyter (`_repr_html_`) and MarkupSafe
(`__html__`) in both directions.

1.2.0

-------------

* Stop eliding attribute quotes. The barely noticable file size improvements
can flip when using compression (especially Brotli, with its dictionary
built from sites using mostly quoted attributes).

1.1.0

-------------

* Empty list and dictionary attriutes will now be omitted entirely.
Example:

python
>>> h("div", klass={
... "active": False,
... })()
raw('<div></div>')

1.0.0

-------------

First stable release.

Links

Releases

Has known vulnerabilities

© 2025 Safety CLI Cybersecurity Inc. All Rights Reserved.