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.1.4.tar.gz
(2.7 kB
view details)
Built Distribution
pimht-0.1.4-py3-none-any.whl
(3.1 kB
view details)
File details
Details for the file pimht-0.1.4.tar.gz
.
File metadata
- Download URL: pimht-0.1.4.tar.gz
- Upload date:
- Size: 2.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/4.0.2 CPython/3.11.6
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 37f40435e98213771af3ea9aab86c736fc2f9b31575309e560cdd69136a9f6b9 |
|
MD5 | d67ebbaa30ea454d46436737fe95a6c2 |
|
BLAKE2b-256 | 61cdcae766f6f522739f050d13aad03928afc15a7a58d89054d01b18cfb1d3a7 |
File details
Details for the file pimht-0.1.4-py3-none-any.whl
.
File metadata
- Download URL: pimht-0.1.4-py3-none-any.whl
- Upload date:
- Size: 3.1 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 | 28a0d424085c9bbcfb5b8fc1b7e9dd291e927daa34e1c6a76ddf3e36d013e3e3 |
|
MD5 | 9c79b110d1fab945443bdb327bfe4f89 |
|
BLAKE2b-256 | 76408e750a60d1f831dabc2afd8ed2289e5c7d3a7db323d827480aae792a333b |