Tools for creating, manipulating, and writing HTML from Python.
pip install htmltools
To install the latest development version from this repository:
pip install https://github.com/rstudio/py-htmltools/tarball/main
If you want to do development on htmltools for Python:
pip install -e ".[dev,test]" --config-settings editable_mode=strict