Skip to content

posit-dev/py-htmltools

Repository files navigation

htmltools

Tools for creating, manipulating, and writing HTML from Python.

Installation

pip install htmltools

To install the latest development version from this repository:

pip install https://github.com/rstudio/py-htmltools/tarball/main

Development

If you want to do development on htmltools for Python:

pip install -e ".[dev,test]" --config-settings editable_mode=strict