Getting started

About htmltemplate

htmltemplate converts [X]HTML documents into simple template object models easily manipulated using ordinary Python code. It is powerful, flexible, and easy to use.

Some advantages:

htmltemplate supports Python 3.1 and later.

Installing via pip

To download and install htmltemplate using pip:

sudo pip-3.3 install htmltemplate

This will download the latest version of htmltemplate from the Python Package Index and install it. (Amend the Python version number as needed.)

Full documentation and example scripts can be found in the source release – see below.

Installing from source

Download the latest .tar.gz source release from the Python Package Index and follow the instructions in its README file.