Metadata-Version: 2.1
Name: html-toc
Version: 0.1.1
Summary: Generate TOC from HTML.
Home-page: https://github.com/verilab/html-toc
License: MIT
Author: Richard Chien
Author-email: richardchienthebest@gmail.com
Requires-Python: >=3.6,<4.0
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Project-URL: Repository, https://github.com/verilab/html-toc
Description-Content-Type: text/markdown

# html-toc

**html-toc** is a simple tool based on the builtin `html.parser` module to generate table of content from HTML. See [`test.py`](html_toc/test.py) for usage.

