Skip to content

posit-dev/py-htmltools

Folders and files

NameName
Last commit message
Last commit date
Mar 16, 2022
Oct 5, 2021
Apr 15, 2022
Feb 24, 2022
Apr 15, 2022
Sep 27, 2021
Sep 15, 2021
Apr 14, 2022
Sep 17, 2021
Mar 16, 2022
Oct 1, 2021
Sep 15, 2021
Aug 23, 2021
Oct 15, 2021
Aug 23, 2021
Oct 5, 2021
Apr 13, 2022
Apr 15, 2022
Sep 30, 2021

Repository files navigation

htmltools

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

Usage

First, clone this repository. Then run:

pip install -r requirements.txt
make install

If you want to do development on htmltools, also run:

pip install -r requirements-dev.txt

Additionally, you can install pre-commit hooks which will automatically reformat and lint the code when you make a commit:

pre-commit install

# To disable:
# pre-commit uninstall