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