Skip to content

Latest commit

 

History

History
23 lines (15 loc) · 419 Bytes

README.md

File metadata and controls

23 lines (15 loc) · 419 Bytes

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