Tools for creating, manipulating, and writing HTML from Python.
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