
ReadMe


Installation
$ pip3 install nvhtml
- refer to Installation
Documentation
- refer to https://nvhtml.readthedocs.io
License
- MIT
Quickstart
- refer to Usage
Features
- html to sqlite
- search html via tags-pathlist
- search html via breadth,depth
- search html via tag
- width first traverse html
- description matrix of html
- depth first traverse html (sax)
- beautify html
-
- get html node via relationship:
-
- ancestor,descendants,parent,grand-parent,children,
- siblings,lsib,rcib,preceding-sib,following-sib,
- lcin,rcin
References
- elist
- mlconjug(for docs template format)