DEV Community

domonic
domonic

Posted on

A python 3 DOM for creating HTML

htmlx

In response to emails I've been receiving about a lightweight version of domonic that uses no parsing packages. (Purely for html creation.) Here is htmlx...

https://github.com/byteface/htmlx/

It will have the same aims as domonic but without including other packages and is just a stripped down version.

domonic

Is pure python...

It has lots of features due to being 2 years old now and geared towards creating html content.

https://github.com/byteface/domonic/

Generally use this for rapid prototypes.

adom

Is not pure python. It uses cython and c++ libraries under the hood...

It has less features and will be more geared towards parsing html...

https://github.com/byteface/adom/

Top comments (0)