/py-htmltools

Tools for HTML generation and output

Primary LanguagePythonMIT LicenseMIT

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]"