Parser for mhtml files
Project description
pimht
Python mhtml parser
Installation
$ pip install pimht
Example
import pimht
mhtml = pimht.from_filename("test.mhtml")
for part in mhtml:
print(part)
Performance
The chardet
module, used by default, is slow. Performance can be improved by also installing cchardet
with:
$ pip install pimht[speedups]
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
pimht-0.2.1.tar.gz
(3.0 kB
view details)
Built Distribution
pimht-0.2.1-py3-none-any.whl
(3.4 kB
view details)
File details
Details for the file pimht-0.2.1.tar.gz
.
File metadata
- Download URL: pimht-0.2.1.tar.gz
- Upload date:
- Size: 3.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/4.0.2 CPython/3.11.6
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 62adb0f5aba1a61d20df4a5dbd4fca7e359baa4a7ca9748691ee684f7811b608 |
|
MD5 | aef9ba1c5bc01855738ace6877e1435a |
|
BLAKE2b-256 | b28818d3d9399f935a7e30287b38cb4f83adadbf0006004ed724300e96e42a6e |
File details
Details for the file pimht-0.2.1-py3-none-any.whl
.
File metadata
- Download URL: pimht-0.2.1-py3-none-any.whl
- Upload date:
- Size: 3.4 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/4.0.2 CPython/3.11.6
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 38f1ce8c1b923f6f16344f2d99ddc3658426b4ce140080930c68090dd0bd644e |
|
MD5 | fa32120c4d9274f351474edee6092431 |
|
BLAKE2b-256 | 634481db410f53ba579813b7419fad4a35bb887028bdb41d18541687ef10ad4f |