Go to file
2021-07-23 12:07:47 -04:00
pymhtml fix media embedding 2021-07-23 12:06:05 -04:00
tests enhancemenet: add test cases of the CLI frontend 2019-02-25 19:15:38 +09:00
.coveragerc enhancement: add configuration file for coverage to exclude files under .tox/ 2019-02-25 19:37:05 +09:00
.gitignore Initial commit 2019-02-24 01:53:26 +09:00
.travis.yml initial checkin 2019-02-24 11:50:36 +09:00
LICENSE start rework 2021-07-23 03:00:36 -04:00
README.md start rework 2021-07-23 03:00:36 -04:00
requirements.txt forgot to add bs4 to requirements.txt 2021-07-23 12:07:47 -04:00
setup.cfg enhancement: package the CLI frontend 2019-02-24 19:49:55 +09:00
setup.py start rework 2021-07-23 03:00:36 -04:00

PyMHTML

A simple library to parse MHTML files and compile them to a single HTML string. Can export the string as an HTML file or even export the original HTML file and all the supporting files

Forked from SMHTML

Note: work in progress